ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AutoComplete Namespace / AutoCompleteSourceOption Class / Url Property

In This Topic
    Url Property
    In This Topic
    Gets or sets a string to point to a URL resource that will return JSON data.
    Syntax
    'Declaration
     
    Public Property Url As System.String
    public System.string Url {get; set;}
    See Also