System.Configuration.SettingsManageabilityAttribute Class

Specifies special services for application settings properties. This class cannot be inherited.

See Also: SettingsManageabilityAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property | System.AttributeTargets.All)]
public sealed class SettingsManageabilityAttribute : Attribute

Remarks

The System.Configuration.SettingsManageabilityAttribute indicates that special, predefined services are to be provided to individual application settings properties and property groups. Most of these services will be provided by the Windows operating system.

For more information about application settings properties and their use, see Application Settings for Windows Forms.

Requirements

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