SPMobilePage.RightsRequired Property

Gets the rights needed by the user to access the mobile page.

Namespace:  Microsoft.SharePoint.MobileControls
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
A SPBasePermissions that identifies the rights package needed to access the mobile page.

Remarks

Unless it is overridden in a derived class, this property returns ViewFormPages.

See Also

Reference

SPMobilePage Class

SPMobilePage Members

Microsoft.SharePoint.MobileControls Namespace