Information about the current AddIn API version. The AddIn API version is used to determine whether or not breaking changes have occurred in the API since the version an 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 static class AddInVersion
Visual Basic
Public NotInheritable Class AddInVersion

Inheritance Hierarchy

System..::..Object
  ININ.InteractionClient.AddIn..::..AddInVersion

See Also