'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the image to be displayed by the item.")> Public Property Image As System.Drawing.Image
'Usage
Dim instance As NTreeListNodeImageSubItem Dim value As System.Drawing.Image instance.Image = value value = instance.Image
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the image to be displayed by the item.")] public System.Drawing.Image Image {get; set;}