Share via


RemoteWeb.GetListByServerRelativeUrl method

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

Syntax

'Declaration
Public Function GetListByServerRelativeUrl ( _
    serverRelativeUrl As String _
) As List
'Usage
Dim instance As RemoteWeb
Dim serverRelativeUrl As String
Dim returnValue As List

returnValue = instance.GetListByServerRelativeUrl(serverRelativeUrl)
public List GetListByServerRelativeUrl(
    string serverRelativeUrl
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.List

See also

Reference

RemoteWeb class

RemoteWeb members

Microsoft.SharePoint.Client namespace