IndexPartition.QueryTopology Property

Gets the QueryTopology to which this IndexPartition belongs.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property QueryTopology As QueryTopology
    Get
'Usage
Dim instance As IndexPartition
Dim value As QueryTopology

value = instance.QueryTopology
public QueryTopology QueryTopology { get; }

Property Value

Type: Microsoft.Office.Server.Search.Administration.QueryTopology
The query topology to which this IndexPartition belongs.

See Also

Reference

IndexPartition Class

IndexPartition Members

Microsoft.Office.Server.Search.Administration Namespace