Query.PartitionId property

Specifies the unique identifier (ID) of the index partition to use for this search query.

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

Syntax

'Declaration
Public Property PartitionId As Guid
    Get
    Set
'Usage
Dim instance As Query
Dim value As Guid

value = instance.PartitionId

instance.PartitionId = value
public Guid PartitionId { get; set; }

Property value

Type: System.Guid
The index partition ID.

Remarks

This property returns Empty() for query without a specified index partition.

See also

Reference

Query class

Query members

Microsoft.Office.Server.Search.Query namespace