SPMobileLinkNavigation.Url, propriété (Microsoft.SharePoint.MobileControls)

Gets or sets the URL of the mobile page or form that is opened by the control.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Public Overridable Property Url As String
'Utilisation
Dim instance As SPMobileLinkNavigation
Dim value As String

value = instance.Url

instance.Url = value
public virtual string Url { get; set; }

Valeur de la propriété

A String that represents the URL of the page or form.

Notes

The default get accessor simply returns GenerateUrl if the property has not been set to a different value.

Voir aussi

Référence

SPMobileLinkNavigation, classe
Membres SPMobileLinkNavigation
Microsoft.SharePoint.MobileControls, espace de noms