Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<DataMemberAttribute> _
Public Property PartitionId As Guid
Get
Set
'Usage
Dim instance As QueryProperties
Dim value As Guid
value = instance.PartitionId
instance.PartitionId = value
[DataMemberAttribute]
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.