Share via


RemoteWeb.GetGroupById method

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

Syntax

'Declaration
Public Function GetGroupById ( _
    groupId As Integer _
) As Group
'Usage
Dim instance As RemoteWeb
Dim groupId As Integer
Dim returnValue As Group

returnValue = instance.GetGroupById(groupId)
public Group GetGroupById(
    int groupId
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.Group

See also

Reference

RemoteWeb class

RemoteWeb members

Microsoft.SharePoint.Client namespace