ConnectionParametersGetValue Method (String) |
Gets the value of a parameter associated with a key.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public string GetValue(
string key
)
Public Function GetValue (
key As String
) As String
public:
String^ GetValue(
String^ key
)
member GetValue :
key : string -> string
Parameters
- key
- Type: SystemString
: the key
Return Value
Type:
Stringthe value if the key exists, otherwise returns an empty string.
Remarks See Also