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