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.
Gets or sets the identifier (ID) of the query partition.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property UniqueID As Integer
Get
Set
'Usage
Dim instance As QueryPartitionSettings
Dim value As Integer
value = instance.UniqueID
instance.UniqueID = value
public int UniqueID { get; set; }
Property Value
Type: System.Int32
The query partition ID.
See Also
Reference
QueryPartitionSettings Members
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace