SPMobilePage.AllowAnonymousAccess 属性
获取一个值,指示用户是否可以无需登录访问的页面。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overrides ReadOnly Property AllowAnonymousAccess As Boolean
Get
用法
Dim value As Boolean
value = Me.AllowAnonymousAccess
protected override bool AllowAnonymousAccess { get; }
属性值
类型:System.Boolean
true 如果允许匿名访问 ;否则为为 false。
备注
默认实现返回 false。