PathToUnindexedFieldType.FieldURI Property
The FieldURI property gets or sets frequently referenced field URIs.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FieldURI As UnindexedFieldURIType
Get
Set
'Usage
Dim instance As PathToUnindexedFieldType
Dim value As UnindexedFieldURIType
value = instance.FieldURI
instance.FieldURI = value
public UnindexedFieldURIType FieldURI { get; set; }
Property Value
Type: ExchangeWebServices.UnindexedFieldURIType
The FieldURI property returns an UnindexedFieldURIType enumeration that identifies a field URI.
See Also