'Declaration
<System.ComponentModel.CategoryAttribute("UML")> <System.ComponentModel.DescriptionAttribute("Gets/sets if the class is abstract.")> <System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Abstract As System.Boolean
'Usage
Dim instance As NUmlShape Dim value As System.Boolean instance.Abstract = value value = instance.Abstract
[System.ComponentModel.Category("UML")] [System.ComponentModel.Description("Gets/sets if the class is abstract.")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] public System.bool Abstract {get; set;}