PathToIndexedFieldType.FieldURI Property
The FieldURI property gets or sets the dictionary property. This property is required.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FieldURI As DictionaryURIType
Get
Set
'Usage
Dim instance As PathToIndexedFieldType
Dim value As DictionaryURIType
value = instance.FieldURI
instance.FieldURI = value
public DictionaryURIType FieldURI { get; set; }
Property Value
Type: ExchangeWebServices.DictionaryURIType
The FieldURI property returns a DictionaryURIType enumeration that identifies a dictionary property.
See Also