SPSiteUrl.Url - Propriété
Obtient et définit l'URL pour le site.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property Url As Uri
Get
Set
'Utilisation
Dim instance As SPSiteUrl
Dim value As Uri
value = instance.Url
instance.Url = value
public Uri Url { get; set; }
Valeur de propriété
Type : System.Uri
L'URL pour le site.