Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
bool IsAbstract { get; set; }
property bool IsAbstract {
bool get();
void set(bool value);
}
abstract IsAbstract : bool with get, set
Property IsAbstract As Boolean
Property Value
Type: System.Boolean
See Also
IBehavioralFeature Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top