RoleAssignmentCollection.Groups property
Gets the groups that directly belong to the access control list (ACL). for this securable object.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Groups As GroupCollection
Get
'Usage
Dim instance As RoleAssignmentCollection
Dim value As GroupCollection
value = instance.Groups
public GroupCollection Groups { get; }
Property value
Type: Microsoft.SharePoint.Client.GroupCollection
Groups that directly belong to the ACL for this securable object.
See also
Reference
RoleAssignmentCollection class