SPMobilePage.RightsRequired 属性
获取用户访问移动页上所需的权限。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overrides ReadOnly Property RightsRequired As SPBasePermissions
Get
用法
Dim value As SPBasePermissions
value = Me.RightsRequired
protected override SPBasePermissions RightsRequired { get; }
属性值
类型:Microsoft.SharePoint.SPBasePermissions
访问移动页所需的标识权限包 SPBasePermissions。
备注
除非它被覆盖派生类中,此属性返回 ViewFormPages。