Microsoft.WindowsServerSolutions.Settings Namespace

 

The Microsoft.WindowsServerSolutions.Settings namespace provides a set of APIs for managing data store settings.

Classes

Class Description
System_CAPS_pubclass ChunkedByteArray

Describes a chunked byte array.

System_CAPS_pubclass SettingsCollection<T>

A strongly-typed collection of key-value pairs. Keys are always strings, but values may be arbitrary .NET types that are marked as [DataContract].

System_CAPS_pubclass SettingsDialogProvider

Provides the functionality to open the Settings dialog box.

System_CAPS_pubclass SettingsProviderNotAvailableException

The exception that is thrown when the provider is not available to support the queried technique.

System_CAPS_pubclass SettingsStore

Represents the entry point for the Settings Provider.

System_CAPS_pubclass ValueChunk

Describes a value chunk.

Interfaces

Interface Description
System_CAPS_pubinterface ISettingsData

Exposes the functionality for plugging tabs into the Settings dialog box.

System_CAPS_pubinterface ISettingsDialog

Exposes methods that are required by the client user interface for extending the Settings dialog box.

System_CAPS_pubinterface ISettingsProviderContract

The contract for the settings provider.

Return to top