Gets the name of this screen pop. The name is used to find the screen pop and activate it.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public abstract string Name { get; }
Visual Basic
Public MustOverride ReadOnly Property Name As String
	Get

Field Value

The name of the screen pop.

Implements

IScreenPop..::..Name

See Also