Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of role definitions for the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property RoleDefinitions As SPRoleDefinitionCollection
Get
'Usage
Dim instance As SPWeb
Dim value As SPRoleDefinitionCollection
value = instance.RoleDefinitions
public SPRoleDefinitionCollection RoleDefinitions { get; }
Type: Microsoft.SharePoint.SPRoleDefinitionCollection
An SPRoleDefinitionCollection object that represents the role definitions.