del método RemoteWeb.GetGroupById
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 GetGroupById ( _
groupId As Integer _
) As Group
'Uso
Dim instance As RemoteWeb
Dim groupId As Integer
Dim returnValue As Group
returnValue = instance.GetGroupById(groupId)
public Group GetGroupById(
int groupId
)
Parámetros
- groupId
Tipo: System.Int32
Valor devuelto
Tipo: Microsoft.SharePoint.Client.Group