Enterprise Architect Add-in Framework Documentation

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

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

Syntax

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

Implements

Propertyaggregation()()()()

See Also