SettingsManageability Enum

Definition

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

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