ActiveConnectionAttachedData Property

Additional data attached by PBX

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Dictionary<string, string> AttachedData { get; }

Property Value

DictionaryString, String

Remarks

This property provides new copy of all values attached by PBX. To access single value - use indexer

See Also