Share via


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

Gets a list of the names of available collections for the data store.

System_CAPS_pubproperty Connected

Gets the connection status of the data store.

Methods

Name Description
System_CAPS_pubmethod Close()

Closes the data store. Performs any necessary finalization of the data store.

System_CAPS_pubmethod DeleteCollection(String)

Deletes the specified collection.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetCollection<T>(String)

Returns the specified collection.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static Open(String)

Returns a SettingsStore object for the specified application.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WaitForConnection(TimeSpan)

Waits for a connection to be made. This method does not implicitly start a connection.

Events

Name Description
System_CAPS_pubevent 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