Share via


SPListItemInfo.Url property

Gets or sets the site-relative URL of the item.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPListItemInfo class

SPListItemInfo members

Microsoft.SharePoint namespace