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