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
}
System.Configuration
Definition:
ApplicationScopedSettingAttribute.cs:1
System.Configuration.SettingAttribute
Represents a custom settings attribute used to associate settings information with a settings propert...
Definition:
SettingAttribute.cs:5
System.Attribute
Represents the base class for custom attributes.
Definition:
Attribute.cs:15
System.AttributeTargets
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
Definition:
AttributeTargets.cs:10
All cs
System.Configuration
SettingAttribute.cs
Generated by
1.8.15