SPWebListInfo.Url property

URL of the parent object if this SPWebListInfo instance Type member is Web.

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

Syntax

'Declaration
Public Property Url As String
    Get
    Private Set
'Usage
Dim instance As SPWebListInfo
Dim value As String

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

Property value

Type: System.String
A String representing the URL.

See also

Reference

SPWebListInfo class

SPWebListInfo members

Microsoft.SharePoint namespace