'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
[System.ComponentModel.Category("UML")] [System.ComponentModel.Description("Determines if the member is static.")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] public System.bool Static {get; set;}