Gets or sets a value indicating whether the call was abandoned.

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 bool IsCallAbandoned { get; set; }
Visual Basic
Public Property IsCallAbandoned As Boolean
	Get
	Set

Field Value

true if the call was abandoned; otherwise, false.

See Also