ConfigurationValueReader.ReadAppSettings(String) Method
Definition
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.
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