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 of the mobile page or form that is opened by the control.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property Url As String
Get
Set
'Usage
Dim instance As SPMobileLinkNavigation
Dim value As String
value = instance.Url
instance.Url = value
public virtual string Url { get; set; }
Property Value
Type: System.String
A String that represents the URL of the page or form.
Remarks
The default get accessor simply returns GenerateUrl if the property has not been set to a different value.