PathToExceptionFieldType.FieldURI Property
The FieldURI property gets the property path of an error.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FieldURI As ExceptionPropertyURIType
Get
Set
'Usage
Dim instance As PathToExceptionFieldType
Dim value As ExceptionPropertyURIType
value = instance.FieldURI
instance.FieldURI = value
public ExceptionPropertyURIType FieldURI { get; set; }
Property Value
Type: ExchangeWebServices.ExceptionPropertyURIType
The FieldURI property returns an ExceptionPropertyURIType enumeration that identifies a property that contains an error.
See Also