OutboundRuleItem Property

gives object at position idx in OutboundRoutes array

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
OutboundRoute this[
	int idx
] { get; }

Parameters

idx  Int32

Return Value

OutboundRoute
OutboundRoutes[idx]

Exceptions

IndexOutOfRangeExceptionIf idx is not in range [0..NumberOfRoutes)

See Also