RemoteWeb.GetGroupById método
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
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 retornado
Tipo: Microsoft.SharePoint.Client.Group