Share via


RemoteWeb.GetListById method

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

Syntax

'Declaration
Public Function GetListById ( _
    listGuid As Guid _
) As List
'Usage
Dim instance As RemoteWeb
Dim listGuid As Guid
Dim returnValue As List

returnValue = instance.GetListById(listGuid)
public List GetListById(
    Guid listGuid
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.List

See also

Reference

RemoteWeb class

RemoteWeb members

Microsoft.SharePoint.Client namespace