Enterprise Architect Add-in Framework Documentation

[Missing <summary> documentation for "P:TSF.UmlToolingFramework.Wrappers.EA.Message.interaction"]

Namespace: TSF.UmlToolingFramework.Wrappers.EA
Assembly: EAAddinFramework (in EAAddinFramework.dll) Version: 1.0.4064.9398

Syntax

C#
public Interaction interaction { get; set; }
Visual Basic
Public Property interaction As Interaction
	Get
	Set
Visual C++
public:
virtual property Interaction^ interaction {
	Interaction^ get () sealed;
	void set (Interaction^ value) sealed;
}

Implements

Messageinteraction()()()()

See Also