Enterprise Architect Add-in Framework Documentation [Missing <summary> documentation for "P:TSF.UmlToolingFramework.Wrappers.EA.AssociationEnd.association"]
Namespace: TSF.UmlToolingFramework.Wrappers.EAAssembly: EAAddinFramework (in EAAddinFramework.dll) Version: 1.0.4064.9398
Syntax
| C# |
|---|
public Association association { get; set; } |
| Visual Basic |
|---|
Public Property association As Association
Get
Set |
| Visual C++ |
|---|
public:
virtual property Association^ association {
Association^ get () sealed;
void set (Association^ value) sealed;
} |
Implements
Propertyassociation()()()()
See Also