ApplicationScopedSettingAttribute Class
Assembly: System (in system.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Property)> _ Public NotInheritable Class ApplicationScopedSettingAttribute Inherits SettingAttribute 'Usage Dim instance As ApplicationScopedSettingAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Property) */ public final class ApplicationScopedSettingAttribute extends SettingAttribute
AttributeUsageAttribute(AttributeTargets.Property) public final class ApplicationScopedSettingAttribute extends SettingAttribute
Application settings properties have a scope that is based either at the application or the user level. As the categories imply, application-scoped settings properties present uniform values to all users of the application, whereas user-scoped properties have dedicated values for each user of the application.
The ApplicationScopedSettingAttribute indicates that a property should be considered an application-level setting, and that appropriate storage decisions should be made accordingly by the settings provider.
A scope attribute is required for each settings property. If a property is not applied with either a ApplicationScopedSettingAttribute or UserScopedSettingAttribute, the property is not recognized by the settings provider—it is not serialized. It is invalid, however, to apply both attributes to the same property. Such an attempt will cause a ConfigurationErrorsException to be thrown.
System.Attribute
System.Configuration.SettingAttribute
System.Configuration.ApplicationScopedSettingAttribute
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.