ICtiCallStateManager.CallersList Property

Definition

Gets or sets the list of callers.

public:
 property System::Collections::Generic::Dictionary<Guid, Microsoft::Uii::Desktop::Cti::Core::CallInfoData ^> ^ CallersList { System::Collections::Generic::Dictionary<Guid, Microsoft::Uii::Desktop::Cti::Core::CallInfoData ^> ^ get(); void set(System::Collections::Generic::Dictionary<Guid, Microsoft::Uii::Desktop::Cti::Core::CallInfoData ^> ^ value); };
public System.Collections.Generic.Dictionary<Guid,Microsoft.Uii.Desktop.Cti.Core.CallInfoData> CallersList { get; set; }
member this.CallersList : System.Collections.Generic.Dictionary<Guid, Microsoft.Uii.Desktop.Cti.Core.CallInfoData> with get, set
Public Property CallersList As Dictionary(Of Guid, CallInfoData)

Property Value

Applies to