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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.