Enterprise Architect Add-in Framework Documentation

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

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

Syntax

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

Implements

PropertyisDerived()()()()

See Also