PropertyStoreSettings Class
Represents the settings for the Search service application’s property database.
Inheritance Hierarchy
System.Object
Microsoft.Office.Server.Search.Administration.TopologyExport.DatabaseStoreSettings
Microsoft.Office.Server.Search.Administration.TopologyExport.PropertyStoreSettings
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public NotInheritable Class PropertyStoreSettings _
Inherits DatabaseStoreSettings
'Usage
Dim instance As PropertyStoreSettings
public sealed class PropertyStoreSettings : DatabaseStoreSettings
Remarks
This class inherits from the base abstract DatabaseStoreSettings class and does not provide additional functionality.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace