Click or drag to resize

UserCallLogService Property

Service providing access to call logs for this user.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public CallLogService CallLogService { get; }

Property Value

Type: CallLogService
Remarks
If the user is not configured for call log service, this property will return null.
See Also