Share via


IndexPartition.Id Property

Gets the unique ID for the IndexPartition.

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

Syntax

'Declaration
Public ReadOnly Property Id As Guid
    Get
'Usage
Dim instance As IndexPartition
Dim value As Guid

value = instance.Id
public Guid Id { get; }

Property Value

Type: System.Guid
The unique ID of the IndexPartition.

See Also

Reference

IndexPartition Class

IndexPartition Members

Microsoft.Office.Server.Search.Administration Namespace