Gets or sets the wrapup code for the call.

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

Syntax

C#
public string WrapupCode { get; set; }
Visual Basic
Public Property WrapupCode As String
	Get
	Set

Field Value

The wrapup code.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is a null reference (Nothing in Visual Basic).

See Also