FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsConfigurationSettings..::..getValue Method (String)

Gets the value.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public string getValue(
	string configKey
)
Public Function getValue ( _
	configKey As String _
) As String
public:
String^ getValue(
	String^ configKey
)

Parameters

configKey
Type: String
The configuration key.

Return Value

System.String.