ActiveConnectionItem Property

returns value of specific Key in AttachedData. All string keys of the Active connection can be obtained by AttachedData property

Definition

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

Parameters

idx  String
 

Property Value

String

See Also