IdentityModelSignInPageBase.AllowNullWeb 属性

获取一个值,该值指示页是否可以初始化即使当前网站是 null 。

命名空间:  Microsoft.SharePoint.IdentityModel.Pages
程序集:  Microsoft.SharePoint.IdentityModel(位于 Microsoft.SharePoint.IdentityModel.dll 中)

语法

声明
Protected Overrides ReadOnly Property AllowNullWeb As Boolean
    Get
用法
Dim value As Boolean

value = Me.AllowNullWeb
protected override bool AllowNullWeb { get; }

属性值

类型:System.Boolean
true如果页面可以初始化,即使当前网站是 null ;否则为false。

备注

此属性始终是true。

另请参阅

引用

IdentityModelSignInPageBase 类

IdentityModelSignInPageBase 成员

Microsoft.SharePoint.IdentityModel.Pages 命名空间