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)
    Get
'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 ();
}
member FieldNames : IEnumerable<string>
function get FieldNames () : IEnumerable<String>

Property Value

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

See Also

Reference

IndexSchema Class

Microsoft.Synchronization.MetadataStorage Namespace