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