Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the URL that the Server ribbon will use to retrieve data from the server.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public Property DataUrl As String
Get
Set
'Usage
Dim instance As Ribbon
Dim value As String
value = instance.DataUrl
instance.DataUrl = value
public string DataUrl { get; set; }
Property Value
Type: System.String
A string that contains the URL.