ISearchServiceClient.Indexes Property
Operations for managing indexes. (see https://msdn.microsoft.com/en-us/library/azure/dn798918.aspx for more information)
Namespace: Microsoft.Azure.Search
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Usage
'Usage
Dim instance As ISearchServiceClient
Dim value As IIndexOperations
value = instance.Indexes
Syntax
'Declaration
ReadOnly Property Indexes As IIndexOperations
IIndexOperations Indexes { get; }
property IIndexOperations^ Indexes {
IIndexOperations^ get ();
}
/** @property */
IIndexOperations get_Indexes ()
function get Indexes () : IIndexOperations
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
ISearchServiceClient Interface
ISearchServiceClient Members
Microsoft.Azure.Search Namespace