IStatusMonitorIsDeleted Property |
Is the status monitor deleted?
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsDeleted { get; set; }
Property IsDeleted As Boolean
Get
Set
Dim instance As IStatusMonitor
Dim value As Boolean
value = instance.IsDeleted
instance.IsDeleted = value
property bool IsDeleted {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also