User.Groups - Propriété
Gets the collection of groups of which the user is a member.
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 ReadOnly Property Groups As GroupCollection
Get
'Utilisation
Dim instance As User
Dim value As GroupCollection
value = instance.Groups
public GroupCollection Groups { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.GroupCollection
A GroupCollection object that represents the groups.