Share via


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)
Available in Sandboxed Solutions: No

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