GetConfigValue(string configKey) Method

Returns the value of the global configuration item with the specified key, or null (Nothing in Visual Basic) if the key was not found.

Syntax

public static string GetConfigValue(string configKey)

Parameters

configKey
Type: string

The key of the item to return.

Returns

Value of the specified key or null (Nothing in Visual Basic) if the key was not found.