ParameterssetValue Method A Sandcastle Documented Class Library
Associate the given value with the given parameter name.

Namespace: Ontotext.S4.common
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void setValue(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the parameter.
value
Type: SystemString
The value of the parameter.
See Also

Reference