IProperty.Association Property

 

If this Property represents one end of an Association, gets the Association.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IAssociation

See Also

IProperty Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top