RPCParametersGet(String, String) Method

provides value of string parameter. if value is not set as string parameter returns empty string

Definition

Namespace: TCX.Configuration.Interop
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public bool Get(
	string name,
	out string value
)

Parameters

name  String
parameter name
value  String
receider of string parameter value

Return Value

Boolean
false - if value is not set or empty string

See Also