3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Phone
System
Get
Gateway
Parameter
By
Name Method
Returns a particular gateway parameter by its name, or
if not found.
Definition
Namespace:
TCX.Configuration
Assembly:
3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Copy
public
GatewayParameter
GetGatewayParameterByName
(
string
name
)
Parameters
name
String
Name of gateway parameter.
Return Value
GatewayParameter
An instance of
GatewayParameter
or
.
Implements
IPhoneSystem
GetGatewayParameterByName(String)
See Also
Reference
PhoneSystem Class
TCX.Configuration Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also