Gets or sets the maximum number of seconds for which the interaction can be previewed.

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

Syntax

C#
public int MaxPreviewSeconds { get; set; }
Visual Basic
Public Property MaxPreviewSeconds As Integer
	Get
	Set

Remarks

After MaxPreviewSeconds seconds have passed the preview interaction will be automatically placed.

See Also