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.
SpecialSetting Enumeration
.NET Framework (current version)
Specifies the special setting category of a application settings property.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| ConnectionString | The configuration property represents a connection string, typically for a data store or network resource. | |
| WebServiceUrl | The configuration property represents a Uniform Resource Locator (URL) to a Web service. |
The SpecialSetting enumeration defines a set of special categories that are applied to application settings properties with the SpecialSettingAttribute class.
Caution |
|---|
The default settings provider, LocalFileSettingsProvider, does not encrypt or otherwise protect connection strings. It simple stores this type of settings in a separate <connectionstrings> section in the appropriate configuration file. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
