Web.RoleDefinitions property
Gets the collection of role definitions for the website.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property RoleDefinitions As RoleDefinitionCollection
Get
'Usage
Dim instance As Web
Dim value As RoleDefinitionCollection
value = instance.RoleDefinitions
public RoleDefinitionCollection RoleDefinitions { get; }
Property value
Type: Microsoft.SharePoint.Client.RoleDefinitionCollection
A RoleDefinitionCollection object that represents the role definitions.