Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft