Gets or sets the agent who should receive the call, for agent-owned callbacks.

Namespace: ININ.IceLib.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public string ScheduledAgent { get; set; }
Visual Basic
Public Property ScheduledAgent As String
	Get
	Set

Field Value

The scheduled agent.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is a null reference (Nothing in Visual Basic).

See Also