Gets the campaign the agent is logged into.
Namespace: ININ.IceLib.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
[ObsoleteAttribute("Agents can now be logged into more than one campaign. Use the Campaigns property instead.")] public string CampaignName { get; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Agents can now be logged into more than one campaign. Use the Campaigns property instead.")> _ Public ReadOnly Property CampaignName As String Get |