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
bool IsDerived { get; set; }
property bool IsDerived {
bool get();
void set(bool value);
}
abstract IsDerived : bool with get, set
Property IsDerived As Boolean
Property Value
Type: System.Boolean
See Also
IAssociation Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top