Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether the current page is the Welcome page for the Web site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsWebWelcomePage As Boolean
Get
Friend Set
'Usage
Dim instance As SPContextPageInfo
Dim value As Boolean
value = instance.IsWebWelcomePage
public bool IsWebWelcomePage { get; internal set; }
Property value
Type: System.Boolean
true if the current page is the Welcome page; otherwise, false.