RuleType.IsEnabled Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsEnabled As Boolean
Get
Set
'Usage
Dim instance As RuleType
Dim value As Boolean
value = instance.IsEnabled
instance.IsEnabled = value
public bool IsEnabled { get; set; }
Property Value
Type: System.Boolean