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