Nevron .NET Vision
Nevron.Diagram Namespace / NUmlProperty Class / Abstract Property


In This Topic
    Abstract Property (NUmlProperty)
    In This Topic
    Determines if the member is abstract.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also