Enterprise Architect Add-in Framework Documentation

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

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

Syntax

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

Implements

Commentbody()()()()

See Also