Enterprise Architect Add-in Framework Documentation

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

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

Syntax

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

Implements

Diagramcomment()()()()

See Also