IStatusMonitorValueIsDirty Property |
Does the status monitor need to be re-calculated? This value can be set if new appointments are created, or the contact or project is updated.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property IsDirty As Boolean
Get
Dim instance As IStatusMonitorValue
Dim value As Boolean
value = instance.IsDirty
property bool IsDirty {
bool get ();
}
Property Value
Type:
Boolean
See Also