Web.GetList method

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

Syntax

'Declaration
Public Function GetList ( _
    strUrl As String _
) As List
'Usage
Dim instance As Web
Dim strUrl As String
Dim returnValue As List

returnValue = instance.GetList(strUrl)
public List GetList(
    string strUrl
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.List

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace