ConfigurationValueReader.ReadAppSettings(String) Method

Definition

Reads from the application settings of the configuration file or the configuration web service.

public:
 System::String ^ ReadAppSettings(System::String ^ key);
public string ReadAppSettings (string key);
member this.ReadAppSettings : string -> string
Public Function ReadAppSettings (key As String) As String

Parameters

key
String

Specifies the key to attempt to read.

Returns

The value read from either the config or the web service

Applies to