mscorlib(4.0.0.0) API with additions
SettingAttribute.cs
1 namespace System.Configuration
2 {
4  [AttributeUsage(AttributeTargets.Property)]
5  public class SettingAttribute : Attribute
6  {
7  }
8 }
Represents a custom settings attribute used to associate settings information with a settings propert...
Represents the base class for custom attributes.
Definition: Attribute.cs:15
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.