SPSecurableObject.RoleAssignments property
Obtém as atribuições de funções para este objeto protegível.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overridable ReadOnly Property RoleAssignments As SPRoleAssignmentCollection
Get
'Uso
Dim instance As SPSecurableObject
Dim value As SPRoleAssignmentCollection
value = instance.RoleAssignments
public virtual SPRoleAssignmentCollection RoleAssignments { get; }
Property value
Type: Microsoft.SharePoint.SPRoleAssignmentCollection
A coleção de objetos SPRoleAssignment que definem as atribuições de funções do objeto protegível.
Implements
ISecurableObject.RoleAssignments