RemoteWeb.GetGroupById - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function GetGroupById ( _
groupId As Integer _
) As Group
'Utilisation
Dim instance As RemoteWeb
Dim groupId As Integer
Dim returnValue As Group
returnValue = instance.GetGroupById(groupId)
public Group GetGroupById(
int groupId
)
Paramètres
- groupId
Type : System.Int32
Valeur renvoyée
Type : Microsoft.SharePoint.Client.Group