Sets the variable value key.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static void SetValue(
	string key,
	string value
)

Parameters

key
Type: System..::.String
A variable name.
value
Type: System..::.String
A variable value.

Exceptions

ExceptionCondition
System..::.ArgumentNullException key is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also