Click or drag to resize
ConnectionParametersGetValue Method (String)

Gets the value of a parameter associated with a key.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public string GetValue(
	string key
)

Parameters

key
Type: SystemString

: the key

Return Value

Type: String

the value if the key exists, otherwise returns an empty string.

Remarks

See Also