Click or drag to resize
CallLogOperationStatusArgsCallLogItems Property
Contains CallLogItem objects relevant to the operation performed in response to the request submitted by the client/user.

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

Property Value

Type: ReadOnlyCollectionCallLogItem
See Also