SearchServiceApplication.PropertyStores Property
Gets the PropertyStoreCollection that is used by the current SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyStores As PropertyStoreCollection
Get
'Usage
Dim instance As SearchServiceApplication
Dim value As PropertyStoreCollection
value = instance.PropertyStores
public PropertyStoreCollection PropertyStores { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.PropertyStoreCollection
The collection of the property databases that are used by the SearchServiceApplication.
See Also
Reference
SearchServiceApplication Class