Nevron.Diagram Namespace / NUmlProperty Class / Static Property


Static Property (NUmlProperty)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("UML")>
<System.ComponentModel.DescriptionAttribute("Determines if the member is static.")>
<System.ComponentModel.DefaultValueAttribute(False)>
<System.Xml.Serialization.XmlAttributeAttribute()>
Public Property Static As System.Boolean
 
'Usage
 
Dim instance As NUmlProperty
Dim value As System.Boolean
 
instance.Static = value
 
value = instance.Static
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