'Declaration
<System.ComponentModel.CategoryAttribute("Scene")> <System.ComponentModel.DescriptionAttribute("The name of the wall.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Overrides Property Name As System.String
'Usage
Dim instance As NChartWall Dim value As System.String instance.Name = value value = instance.Name
[System.ComponentModel.Category("Scene")] [System.ComponentModel.Description("The name of the wall.")] [System.Xml.Serialization.XmlIgnore()] public override System.string Name {get; set;}