IndexPartition.PropertyStore Property
Gets or sets the active 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 Property PropertyStore As PropertyStore
Get
Set
'Usage
Dim instance As IndexPartition
Dim value As PropertyStore
value = instance.PropertyStore
instance.PropertyStore = value
public PropertyStore PropertyStore { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.PropertyStore
The property store that is assigned to this IndexPartition.