ParametersgetValue Method (String) A Sandcastle Documented Class Library
Get the value associated with a parameter.

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

public string getValue(
	string name
)

Parameters

name
Type: SystemString
The name of the parameter.

Return Value

Type: String
The value associated with the parameter.
See Also

Reference