Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.