The version of the Interaction Client AddIn interface this AddIn was compiled against.

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 Version Version { get; set; }
Visual Basic
Public Property Version As Version
	Get
	Set

Remarks

The Interaction Client will only load AddIns that have an AddInVersionAttribute with a version that matches the AddInVersionAttribute on the ININ.InteractionClient.AddIn.dll assembly.

See Also