IStatusMonitorIsVisual Property |
Should the Status Monitor be displayed in the client?
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsVisual { get; set; }
Property IsVisual As Boolean
Get
Set
Dim instance As IStatusMonitor
Dim value As Boolean
value = instance.IsVisual
instance.IsVisual = value
property bool IsVisual {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also