Share via


IAssociation.IsDerived Property

True if this association's links are defined by reference to other associations or attributes. For example, the association Grandparent is derived from Parent.

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

Syntax

'Declaration
Property IsDerived As Boolean
    Get
    Set
bool IsDerived { get; set; }
property bool IsDerived {
    bool get ();
    void set (bool value);
}
abstract IsDerived : bool with get, set
function get IsDerived () : boolean
function set IsDerived (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IAssociation Interface

Microsoft.VisualStudio.Uml.Classes Namespace