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