del método RemoteWeb.GetListById
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Function GetListById ( _
listGuid As Guid _
) As List
'Uso
Dim instance As RemoteWeb
Dim listGuid As Guid
Dim returnValue As List
returnValue = instance.GetListById(listGuid)
public List GetListById(
Guid listGuid
)
Parámetros
- listGuid
Tipo: System.Guid
Valor devuelto
Tipo: Microsoft.SharePoint.Client.List