SecurableObject.RoleAssignments Property
Gets the role assignments for the securable object.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property RoleAssignments As RoleAssignmentCollection
Get
'Usage
Dim instance As SecurableObject
Dim value As RoleAssignmentCollection
value = instance.RoleAssignments
[RemoteAttribute]
public RoleAssignmentCollection RoleAssignments { get; }
Property Value
Type: Microsoft.SharePoint.Client.RoleAssignmentCollection
Returns a RoleAssignmentCollection.instance representing the role assignments for the securable object.