ITimeZoneItemIsActive Property |
Has the item been marked as active - visible in TimeZoneSelector.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property IsActive As Boolean
Get
Dim instance As ITimeZoneItem
Dim value As Boolean
value = instance.IsActive
property bool IsActive {
bool get ();
}
Property Value
Type:
Boolean
See Also