IdentityModelSignInPageBase.AllowNullWeb Property
Gets a value that indicates whether the page can initialize even if the current website is null .
Namespace: Microsoft.SharePoint.IdentityModel.Pages
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property AllowNullWeb As Boolean
Get
'Usage
Dim value As Boolean
value = Me.AllowNullWeb
protected override bool AllowNullWeb { get; }
Property Value
Type: System.Boolean
true if the page can initialize even if the current website is null ; otherwise, false.
Remarks
This property is always true.
See Also
Reference
IdentityModelSignInPageBase Class