Sets the variable value name of type StringCollection.

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

Syntax

C#
public void SetStringCollectionValue(
	string name,
	StringCollection value
)

Parameters

name
Type: System..::.String
The variable name.
value
Type: System.Collections.Specialized..::.StringCollection
The value of the variable.

See Also