'Declaration
<System.ComponentModel.CategoryAttribute("Identification")> <System.ComponentModel.DescriptionAttribute("Gets/sets the id of the element")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Overridable Property Id As System.Integer
'Usage
Dim instance As NChartElement Dim value As System.Integer instance.Id = value value = instance.Id
[System.ComponentModel.Category("Identification")] [System.ComponentModel.Description("Gets/sets the id of the element")] [System.Xml.Serialization.XmlIgnore()] public virtual System.int Id {get; set;}