SPRoleAssignment.RoleDefinitionBindings Property
Gets the collection of role definition bindings for the role assignment.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
Visual Basic (Declaration)
<ClientCallableAttribute> _ <ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.NotNull)> _ Public ReadOnly Property RoleDefinitionBindings As SPRoleDefinitionBindingCollection Get
Visual Basic (Usage)
Dim instance As SPRoleAssignment Dim value As SPRoleDefinitionBindingCollection value = instance.RoleDefinitionBindings
C#
[ClientCallableAttribute] [ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotNull)] public SPRoleDefinitionBindingCollection RoleDefinitionBindings { get; }
Property Value
Type: Microsoft.SharePoint.SPRoleDefinitionBindingCollectionAn SPRoleDefinitionBindingCollection object that represents the role definition bindings.
See Also
