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

'Declaration
Property IsDerived As Boolean
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

IProperty Interface

Microsoft.VisualStudio.Uml.Classes Namespace