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.
Is this SPWeb the container web for an SPApp.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsAppWeb As Boolean
Get
'Usage
Dim instance As SPWeb
Dim value As Boolean
value = instance.IsAppWeb
public bool IsAppWeb { get; }
Property value
Type: System.Boolean