LayoutsPageBase.RightsRequired property

Gets an object that identifies the rights a user must have to access the LayoutsPageBase page.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property RightsRequired As SPBasePermissions
    Get
'Usage
Dim value As SPBasePermissions

value = Me.RightsRequired
protected virtual SPBasePermissions RightsRequired { get; }

Property value

Type: Microsoft.SharePoint.SPBasePermissions
An SPBasePermissions object that provides a bitwise itemization of rights.

Remarks

The default implementation simply returns DefaultLayoutsRights.

See also

Reference

LayoutsPageBase class

LayoutsPageBase members

Microsoft.SharePoint.WebControls namespace