IndexerListResponse.Indexers Property
Applies To: Microsoft Azure
Optional. Gets the indexers in the Search service.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Syntax
public IList<Indexer> Indexers { get; set; }
public:
property IList<Indexer^>^ Indexers {
IList<Indexer^>^ get();
void set(IList<Indexer^>^ value);
}
member Indexers : IList<Indexer> with get, set
Public Property Indexers As IList(Of Indexer)
Property Value
Type: System.Collections.Generic.IList<Indexer>
See Also
IndexerListResponse Class
Microsoft.Azure.Search.Models Namespace
Return to top