Gets or sets the workflow name for the call.
Namespace: ININ.IceLib.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
[ObsoleteAttribute("Worklfows no longer exist")]
public string WorkflowName { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Worklfows no longer exist")> _
Public Property WorkflowName As String
Get
Set |
Field Value
The workflow name.
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentNullException | A parameter is a null reference (Nothing in Visual Basic). |
See Also