Gets the workflow the agent is logged into.

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

Syntax

C#
[ObsoleteAttribute("Workflows no longer exist.")]
public string WorkflowName { get; }
Visual Basic
<ObsoleteAttribute("Workflows no longer exist.")> _
Public ReadOnly Property WorkflowName As String
	Get

Field Value

The name of the workflow.

See Also