3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Outbound
Rule
Item Property
gives object at position idx in
OutboundRoutes
array
Definition
Namespace:
TCX.Configuration
Assembly:
3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Copy
OutboundRoute
this
[
int
idx
] {
get
; }
Parameters
idx
Int32
Return Value
OutboundRoute
OutboundRoutes
[
idx
]
Exceptions
IndexOutOfRangeException
If
idx
is not in range [0..
NumberOfRoutes
)
See Also
Reference
OutboundRule Interface
TCX.Configuration Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also