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