'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DescriptionAttribute("User defined name of the element")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Overridable Property Name As System.String
'Usage
Dim instance As NChartElement Dim value As System.String instance.Name = value value = instance.Name
[System.ComponentModel.Category("Data")] [System.ComponentModel.Description("User defined name of the element")] [System.Xml.Serialization.XmlAttribute()] public virtual System.string Name {get; set;}