Creates a new instance of the CallStage object.

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

Syntax

C#
public CallStage(
	string displayName
)
Visual Basic
Public Sub New ( _
	displayName As String _
)

Parameters

displayName
Type: System..::..String
The friendly display name of the object.

See Also