Click or drag to resize

CallLogServiceCallLogs Property

Contains currently cached call log items.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public ReadOnlyCollection<CallLogItem> CallLogs { get; }

Property Value

Type: ReadOnlyCollectionCallLogItem
See Also