'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.EditorAttribute("System.Web.UI.Design.ImageUrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)> <System.Web.UI.UrlPropertyAttribute()> <WebSysDescriptionAttribute("TreeNode_ImageUrl")> Public Property ImageUrl As System.String
'Usage
Dim instance As NCustomTreeNode Dim value As System.String instance.ImageUrl = value value = instance.ImageUrl
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Editor("System.Web.UI.Design.ImageUrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)] [System.Web.UI.UrlProperty()] [WebSysDescription("TreeNode_ImageUrl")] public System.string ImageUrl {get; set;}