Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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