Gets the available campaigns associated with the event.

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[] AvailableCampaigns { get; }
Visual Basic
Public ReadOnly Property AvailableCampaigns As String()
	Get

Field Value

the list of campaigns an agent can log into.

Exceptions

ExceptionCondition
System.Reflection..::..TargetInvocationExceptionThe Error property has been set by the asynchronous operation. The InnerException property holds a reference to Error.

See Also