SPListItemInfo.Url Property
Gets or sets the site-relative URL of the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property Url As String
Get
Set
'Usage
Dim instance As SPListItemInfo
Dim value As String
value = instance.Url
instance.Url = value
public string Url { get; set; }
Property Value
Type: System.String
The site-relative URL of the item.