Share via


IndexPartition.PropertyStoreId Property

Gets the ID of the PropertyStore that is assigned to this IndexPartition.

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

Syntax

'Declaration
Public ReadOnly Property PropertyStoreId As Nullable(Of Guid)
    Get
'Usage
Dim instance As IndexPartition
Dim value As Nullable(Of Guid)

value = instance.PropertyStoreId
public Nullable<Guid> PropertyStoreId { get; }

Property Value

Type: System.Nullable<Guid>
The ID of the PropertyStore that is assigned to this IndexPartition.

See Also

Reference

IndexPartition Class

IndexPartition Members

Microsoft.Office.Server.Search.Administration Namespace