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