QueryComponent.IndexPartition Property
Gets the index partition to which the query component is assigned.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property IndexPartition As IndexPartition
Get
'Usage
Dim instance As QueryComponent
Dim value As IndexPartition
value = instance.IndexPartition
public IndexPartition IndexPartition { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.IndexPartition
The index partition the query component is assigned to.