ParametersgetValue Method (String, String) A Sandcastle Documented Class Library
Get the value associated with a parameter or return the given default if it is not available.

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

public string getValue(
	string name,
	string defaultValue
)

Parameters

name
Type: SystemString
The name of the parameter.
defaultValue
Type: SystemString
The default value to return.

Return Value

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

Reference