Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SettingsManageability Enum

Definition

Namespace:
System.Configuration
Assembly:
System.Configuration.ConfigurationManager.dll
Assembly:
System.dll
Package:
System.Configuration.ConfigurationManager v11.0.0-preview.5.26302.115
Source:
SettingsManageability.cs
Source:
SettingsManageability.cs
Source:
SettingsManageability.cs
Source:
SettingsManageability.cs
Source:
SettingsManageability.cs
Source:
SettingsManageability.cs
Source:
SettingsManageability.cs
Source:
SettingsManageability.cs
Source:
SettingsManageability.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public enum class SettingsManageability
public enum SettingsManageability
type SettingsManageability = 
Public Enum SettingsManageability
Inheritance
SettingsManageability

Fields

Name Value Description
Roaming 0

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

Remarks

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

Applies to

See also


Feedback

Was this page helpful?