Partager via


RemoteWeb.GetListByServerRelativeUrl - Méthode

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Function GetListByServerRelativeUrl ( _
    serverRelativeUrl As String _
) As List
'Utilisation
Dim instance As RemoteWeb
Dim serverRelativeUrl As String
Dim returnValue As List

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

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.List

Voir aussi

Référence

RemoteWeb classe

RemoteWeb - Membres

Microsoft.SharePoint.Client - Espace de noms