IRedefinableElement.IsLeaf Property

True if this element should not be specialized. That is, it should not be the target of a Generalization relationship.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property IsLeaf As Boolean
    Get
    Set
bool IsLeaf { get; set; }
property bool IsLeaf {
    bool get ();
    void set (bool value);
}
abstract IsLeaf : bool with get, set
function get IsLeaf () : boolean
function set IsLeaf (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IRedefinableElement Interface

Microsoft.VisualStudio.Uml.Classes Namespace