PhoneSystemGetParameterValue Method

Take value of specific parameter

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public string GetParameterValue(
	string name
)

Parameters

name  String
name of parameter

Return Value

String
Returns value of the parameter or null if parameter does not exist

Implements

IPhoneSystemGetParameterValue(String)

See Also