Share via


IProperty.IsDerived Property

 

True if the value of this property is calculated from others. For example: Diagonal, calculated from Width and Height

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

IProperty Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top