Share via


ISecurableObject.RoleAssignments Property

Gets the role assignments for a uniquely securable object type.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

ReadOnly Property RoleAssignments As SPRoleAssignmentCollection
    Get

Dim instance As ISecurableObject
Dim value As SPRoleAssignmentCollection

value = instance.RoleAssignments
SPRoleAssignmentCollection RoleAssignments { get; }

Property Value

Type: Microsoft.SharePoint.SPRoleAssignmentCollection
An SPRoleAssignmentCollection object that represents the role assignments.

Remarks

Even inherited objects have a role assignment property.

See Also

Reference

ISecurableObject Interface

ISecurableObject Members

Microsoft.SharePoint Namespace