IndexSchema::FieldNames Property

Gets the list of field names that defines this index.

Namespace:  Microsoft.Synchronization.MetadataStorage
Assembly:  Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)

public:
property IEnumerable<String^>^ FieldNames {
	IEnumerable<String^>^ get ();
}

Property Value

Type: System.Collections.Generic::IEnumerable<String>
The list of field names that defines this index.
Show: