PathToIndexedFieldType.FieldIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.