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#
string Name { get; }
Visual Basic
ReadOnly Property Name As String
	Get

Field Value

The name of the secure input.

See Also