SpecialSettingAttribute Class
Assembly: System (in system.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property)> _ Public NotInheritable Class SpecialSettingAttribute Inherits Attribute 'Usage Dim instance As SpecialSettingAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property) */ public final class SpecialSettingAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property) public final class SpecialSettingAttribute extends Attribute
Not applicable.
Certain application settings properties have a special significance that alters the way in which their associated settings provider should process them. The SpecialSettingAttribute is used to identify such properties. This class uses the System.Configuration.SpecialSetting enumeration to indicate what special category the property belongs to.
SpecialSettingAttribute can only be applied to the settings class or to the individual settings property.
For an example of how a settings provider deals with the SpecialSettingAttribute, see the GetPropertyValues method of the LocalFileSettingsProvider class.
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.