ParameterType Enumeration

The possible types that field Parameter in class Parameter can represent.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public enum ParameterType

Members

String0Parameter value should be interpreted a string.
Int321Parametervalue should be interpreted as a 32-bit signed integer.

See Also