IProperty.OwningAssociation Property

 

If this Property is owned by an Association, gets the Association.

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

Syntax

IAssociation OwningAssociation { get; }
property IAssociation^ OwningAssociation {
    IAssociation^ get();
}
abstract OwningAssociation : IAssociation with get
ReadOnly Property OwningAssociation As IAssociation

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IAssociation

See Also

IProperty Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top