RemoteWeb.GetGroupById-Methode
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) 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
)
Parameter
- groupId
Typ: System.Int32
Rückgabewert
Typ: Microsoft.SharePoint.Client.Group