SettingAttribute Class
.NET Framework 3.0
Represents a custom settings attribute used to associate settings information with a settings property.
Namespace: System.Configuration
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Property)> _ Public Class SettingAttribute Inherits Attribute 'Usage Dim instance As SettingAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Property) */ public class SettingAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Property) public class SettingAttribute extends Attribute
Not applicable.
The SettingAttribute class associates settings information with a settings property. The ApplicationSettingsBase class will ignore all properties not marked with this or a derived attribute.
System.Object
System.Attribute
System.Configuration.SettingAttribute
System.Configuration.ApplicationScopedSettingAttribute
System.Configuration.UserScopedSettingAttribute
System.Attribute
System.Configuration.SettingAttribute
System.Configuration.ApplicationScopedSettingAttribute
System.Configuration.UserScopedSettingAttribute
Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: