SettingsStore Class

 

Represents the entry point for the Settings Provider.

Namespace:   Microsoft.WindowsServerSolutions.Settings
Assembly:  SettingsObjectModel (in SettingsObjectModel.dll)

System::Object
  Microsoft.WindowsServerSolutions.Settings::SettingsStore

public ref class SettingsStore : INotifyPropertyChanged

NameDescription
System_CAPS_pubpropertyCollections

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

System_CAPS_pubpropertyConnected

Gets the connection status of the data store.

NameDescription
System_CAPS_pubmethodClose()

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

System_CAPS_pubmethodDeleteCollection(String^)

Deletes the specified collection.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetCollection<T>(String^)

Returns the specified collection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticOpen(String^)

Returns a SettingsStore object for the specified application.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWaitForConnection(TimeSpan)

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

NameDescription
System_CAPS_pubeventPropertyChanged

Represents an event that is raised when any of the properties are changed.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: