Gets the available campaigns associated with the event.
Namespace: ININ.IceLib.DialerAssembly: 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
Exception | Condition |
---|
System.Reflection..::..TargetInvocationException | The Error
property has been set by the asynchronous operation. The InnerException
property holds a reference to Error. |
See Also