SettingsStore Class
Represents the entry point for the Settings Provider.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Settings.SettingsStore
Syntax
public class SettingsStore : INotifyPropertyChanged
public ref class SettingsStore : INotifyPropertyChanged
Public Class SettingsStore
Implements INotifyPropertyChanged
Properties
Name | Description | |
---|---|---|
Collections | Gets a list of the names of available collections for the data store. |
|
Connected | Gets the connection status of the data store. |
Methods
Name | Description | |
---|---|---|
Close() | Closes the data store. Performs any necessary finalization of the data store. |
|
DeleteCollection(String) | Deletes the specified collection. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetCollection<T>(String) | Returns the specified collection. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Open(String) | Returns a SettingsStore object for the specified application. |
|
ToString() | (Inherited from Object.) |
|
WaitForConnection(TimeSpan) | Waits for a connection to be made. This method does not implicitly start a connection. |
Events
Name | Description | |
---|---|---|
PropertyChanged | Represents an event that is raised when any of the properties are changed. |
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
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top