GatewayParameterPossibleValuesAsInbound Property

The set of GatewayParameterValue objects that this Gateway Parameter can be assigned to by using a GatewayParameterBinding object, when used as an Inbound Parameter.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
IEnumerable<GatewayParameterValue> PossibleValuesAsInbound { get; }

Property Value

IEnumerableGatewayParameterValue

See Also