'Declaration
<WebCategoryAttribute("Appearance")> <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("Table_BackImageUrl")> Public Overridable Property BackImageUrl As System.String
'Usage
Dim instance As NSearchControl Dim value As System.String instance.BackImageUrl = value value = instance.BackImageUrl
[WebCategory("Appearance")] [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("Table_BackImageUrl")] public virtual System.string BackImageUrl {get; set;}