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