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 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.