SPWeb Properties


SPWeb.RoleDefinitions Property (Microsoft.SharePoint)
Gets the collection of role definitions for the Web site.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property RoleDefinitions As SPRoleDefinitionCollection
Visual Basic (Usage)
Dim instance As SPWeb
Dim value As SPRoleDefinitionCollection

value = instance.RoleDefinitions
C#
public SPRoleDefinitionCollection RoleDefinitions { get; }

Property Value

An SPRoleDefinitionCollection object that represents the role definitions.
See Also

Tags :


Page view tracker