QueryPartitionSettings.PropertyStore Property
Gets or sets the settings for property store database this query partition is assigned to.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property PropertyStore As PropertyStoreSettings
Get
Set
'Usage
Dim instance As QueryPartitionSettings
Dim value As PropertyStoreSettings
value = instance.PropertyStore
instance.PropertyStore = value
public PropertyStoreSettings PropertyStore { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.TopologyExport.PropertyStoreSettings
The database settings for the property store.
See Also
Reference
QueryPartitionSettings Members
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace