An assembly-level attribute to indicate what version of the Interaction Client AddIn interface 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 class AddInVersionAttribute : Attribute
Visual Basic
Public Class AddInVersionAttribute _
	Inherits Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    ININ.InteractionClient.AddIn..::..AddInVersionAttribute

See Also