mscorlib(4.0.0.0) API with additions
ApplicationScopedSettingAttribute.cs
2 {
4  [AttributeUsage(AttributeTargets.Property)]
6  {
7  }
8 }
Represents a custom settings attribute used to associate settings information with a settings propert...
Specifies that an application settings property has a common value for all users of an application....
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.