IStatusMonitorIsDirty Property |
Does the Status Monitor need to be regenerated? Changing the criteria will make status dirty.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsDirty { get; set; }
Property IsDirty As Boolean
Get
Set
Dim instance As IStatusMonitor
Dim value As Boolean
value = instance.IsDirty
instance.IsDirty = value
property bool IsDirty {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also