RuleType.IsNotSupported Property

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property IsNotSupported As Boolean
    Get
    Set
'Usage
Dim instance As RuleType
Dim value As Boolean

value = instance.IsNotSupported

instance.IsNotSupported = value
public bool IsNotSupported { get; set; }

Property Value

Type: System.Boolean