RuleValidationErrorType.ErrorCode Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ErrorCode As RuleValidationErrorCodeType
Get
Set
'Usage
Dim instance As RuleValidationErrorType
Dim value As RuleValidationErrorCodeType
value = instance.ErrorCode
instance.ErrorCode = value
public RuleValidationErrorCodeType ErrorCode { get; set; }