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
- groupId
Type: System.Int32
Return value
Type: Microsoft.SharePoint.Client.Group