SpecialSettingAttribute::SpecialSetting Property

 

Gets the value describing the special setting category of the application settings property.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
property SpecialSetting SpecialSetting {
	SpecialSetting get();
}

Property Value

Type: System.Configuration::SpecialSetting

A System.Configuration::SpecialSetting enumeration value defining the category of the application settings property.

The SpecialSetting property is set in the SpecialSettingAttribute constructor of this class.

.NET Framework
Available since 2.0
Return to top
Show: