QueryComponent.IndexPartitionId Property
Gets the identifier (ID) of 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 IndexPartitionId As Guid
Get
'Usage
Dim instance As QueryComponent
Dim value As Guid
value = instance.IndexPartitionId
public Guid IndexPartitionId { get; }
Property Value
Type: System.Guid
The index partition ID.