Gets the name of this secure input. The name is used to find the secure input 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 secure input.

Implements

ISecureInput..::..Name

See Also