IBehavioralFeature::IsAbstract Property

 

True if this is a partial description intended to be extended or overridden in specializing classes.

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

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

Property Value

Type: System::Boolean

Return to top
Show: