Share via


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)

Syntax

'Declaration
Public ReadOnly Property FieldNames As IEnumerable(Of String)
'Usage
Dim instance As IndexSchema
Dim value As IEnumerable(Of String)

value = instance.FieldNames
public IEnumerable<string> FieldNames { get; }
public:
property IEnumerable<String^>^ FieldNames {
    IEnumerable<String^>^ get ();
}
/** @property */
public IEnumerable<String> get_FieldNames ()
public function get FieldNames () : IEnumerable<String>

Property Value

The list of field names that defines this index.

See Also

Reference

IndexSchema Class
IndexSchema Members
Microsoft.Synchronization.MetadataStorage Namespace