Compartilhar via


SecurableObject.RoleAssignments propriedade

Obtém as atribuições de função para o objeto protegível.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)

Sintaxe

'Declaração
Public ReadOnly Property RoleAssignments As RoleAssignmentCollection
    Get
'Uso
Dim instance As SecurableObject
Dim value As RoleAssignmentCollection

value = instance.RoleAssignments
public RoleAssignmentCollection RoleAssignments { get; }

Valor de propriedade

Tipo: Microsoft.SharePoint.Client.RoleAssignmentCollection
Retorna uma instância de RoleAssignmentCollection que representa as atribuições de funções do objeto protegível.

Ver também

Referência

SecurableObject classe

SecurableObject membros

Microsoft.SharePoint.Client namespace