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