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)

property bool IsLeaf {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

Return to top
Show: