'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the list master image")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Overridable Property ListImage As System.Drawing.Bitmap
'Usage
Dim instance As NMaster Dim value As System.Drawing.Bitmap instance.ListImage = value value = instance.ListImage
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the list master image")] [System.Xml.Serialization.XmlIgnore()] public virtual System.Drawing.Bitmap ListImage {get; set;}