System.Configuration.SpecialSetting Enumeration

Specifies the special setting category of a application settings property.

Syntax

public enum SpecialSetting

Remarks

The System.Configuration.SpecialSetting enumeration defines a set of special categories that are applied to application settings properties with the System.Configuration.SpecialSettingAttribute class.

Note:

The default settings provider, System.Configuration.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.

Members

Member NameDescription
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.

Requirements

Namespace: System.Configuration
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0