Gets the currently selected interaction.

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

Syntax

C#
IInteraction SelectedInteraction { get; }
Visual Basic
ReadOnly Property SelectedInteraction As IInteraction
	Get

Field Value

The selected interaction, or nullNothingnullptra null reference (Nothing in Visual Basic) if nothing is selected.

See Also