IStatusMonitorValueIsSignalled Property |
Is the status monitor active? i.e. does the contact or project match the criteria defined for the status monitor?
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsSignalled { get; }
ReadOnly Property IsSignalled As Boolean
Get
Dim instance As IStatusMonitorValue
Dim value As Boolean
value = instance.IsSignalled
property bool IsSignalled {
bool get ();
}
Property Value
Type:
Boolean
See Also