SPRoleAssignmentCollection.Groups property
Obtém os grupos de pertençam diretamente à lista de controle de acessos (ACL) para este objeto protegível.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property Groups As SPGroupCollection
Get
'Uso
Dim instance As SPRoleAssignmentCollection
Dim value As SPGroupCollection
value = instance.Groups
public SPGroupCollection Groups { get; }
Property value
Type: Microsoft.SharePoint.SPGroupCollection
Grupos que pertencem diretamente à ACL do objeto protegível.
Ver também
Referência
SPRoleAssignmentCollection class