'Declaration
<System.ComponentModel.CategoryAttribute("UML")> <System.ComponentModel.DescriptionAttribute("Gets/sets the name of the UML shape.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Overrides Property Name As System.String
'Usage
Dim instance As NUmlShape Dim value As System.String instance.Name = value value = instance.Name
[System.ComponentModel.Category("UML")] [System.ComponentModel.Description("Gets/sets the name of the UML shape.")] [System.Xml.Serialization.XmlAttribute()] public override System.string Name {get; set;}