System.Configuration.SettingsManageability Enumeration

Provides values to indicate which services should be made available to application settings.

Syntax

public enum SettingsManageability

Remarks

The System.Configuration.SettingsManageabilityAttribute is used to apply individual application settings properties and property groups to indicate that special, predefined services are to be provided for them. The System.Configuration.SettingsManageability enumeration lists the services that are available. Most of these services will be provided by the Windows operating system.

Members

Member NameDescription
Roaming

Enables application settings to be stored in roaming user profiles. For more information about roaming user profiles, see Isolated Storage and Roaming.

Requirements

Namespace: System.Configuration
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0