Share via


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

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

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.AggregationKind

.NET Framework Security

See Also

Reference

IProperty Interface

Microsoft.VisualStudio.Uml.Classes Namespace