PathToIndexedFieldType.FieldIndex Property

Definition

The FieldIndex property gets or sets the entry index in a dictionary. This property is required.

public:
 property System::String ^ FieldIndex { System::String ^ get(); void set(System::String ^ value); };
public string FieldIndex { get; set; }
Public Property FieldIndex As String

Property Value

The FieldIndex property returns a string that represents the entry index in a dictionary that is identified by the FieldURI property.

Applies to