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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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