Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SpecialSetting Enum

Definition

Namespace:
System.Configuration
Assembly:
System.Configuration.ConfigurationManager.dll
Assembly:
System.dll
Package:
System.Configuration.ConfigurationManager v11.0.0-preview.5.26302.115
Source:
SpecialSetting.cs
Source:
SpecialSetting.cs
Source:
SpecialSetting.cs
Source:
SpecialSetting.cs
Source:
SpecialSetting.cs
Source:
SpecialSetting.cs
Source:
SpecialSetting.cs
Source:
SpecialSetting.cs
Source:
SpecialSetting.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Specifies the special setting category of a application settings property.

public enum class SpecialSetting
public enum SpecialSetting
type SpecialSetting = 
Public Enum SpecialSetting
Inheritance
SpecialSetting

Fields

Name Value Description
ConnectionString 0

The configuration property represents a connection string, typically for a data store or network resource.

WebServiceUrl 1

The configuration property represents a Uniform Resource Locator (URL) to a Web service.

Remarks

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.

Applies to

See also


Feedback

Was this page helpful?