System.Configuration.SettingAttribute Class

Represents a custom settings attribute used to associate settings information with a settings property.

See Also: SettingAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Property)]
public class SettingAttribute : Attribute

Remarks

The System.Configuration.SettingAttribute class associates settings information with a settings property. The System.Configuration.ApplicationSettingsBase class will ignore all properties not marked with this or a derived attribute.

Requirements

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