ParameterssetDefaultValue Method A Sandcastle Documented Class Library
Set a default value, i.e. set this parameter to have the given value ONLY if it has not already been set.

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

public void setDefaultValue(
	string name,
	string value
)

Parameters

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

Reference