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 collection of the property databases for the Search service application.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyStores As List(Of PropertyStoreSettings)
Get
'Usage
Dim instance As QueryTopologySettings
Dim value As List(Of PropertyStoreSettings)
value = instance.PropertyStores
public List<PropertyStoreSettings> PropertyStores { get; }
Property Value
Type: System.Collections.Generic.List<PropertyStoreSettings>
A collection of property databases.
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace