SPWeb.IsAppWeb property
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