ConfigurationValueReader.ReadAppSettings Method

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

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common.Configuration (in Microsoft.Uii.Common.Configuration.dll)

Usage

'Usage
Dim instance As ConfigurationValueReader
Dim key As String
Dim returnValue As String

returnValue = instance.ReadAppSettings(key)

Syntax

'Declaration
Public Function ReadAppSettings ( _
    key As String _
) As String
public string ReadAppSettings (
    string key
)
public:
String^ ReadAppSettings (
    String^ key
)
public String ReadAppSettings (
    String key
)
public function ReadAppSettings (
    key : String
) : String

Parameters

  • key
    Specifies the key to attempt to read.

Return Value

Type: String
The value read from either the config or the web service

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ConfigurationValueReader Class
ConfigurationValueReader Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.