IndexDefinitionResponse.Index Property
Applies To: Microsoft Azure
Optional. Gets the definition of the index.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Syntax
public Index Index { get; set; }
public:
property Index^ Index {
Index^ get();
void set(Index^ value);
}
member Index : Index with get, set
Public Property Index As Index
Property Value
Type: Microsoft.Azure.Search.Models.Index
See Also
IndexDefinitionResponse Class
Microsoft.Azure.Search.Models Namespace
Return to top