IProperty.Aggregation Property

 

If Composite, the object in this property forms part of the property's owner. If Aggregate, the object forms part of a collection represented by the owner, but can be shared with other owners. Default = none.

Namespace:   Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

AggregationKind Aggregation { get; set; }
property AggregationKind Aggregation {
    AggregationKind get();
    void set(AggregationKind value);
}
abstract Aggregation : AggregationKind with get, set
Property Aggregation As AggregationKind

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.AggregationKind

See Also

IProperty Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top