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