Share via


WebTemplate.IsSubWebOnly property

Gets a value that specifies whether the site definition configuration or site template can only be applied to subsites created within the site collection.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property IsSubWebOnly As Boolean
    Get
'Usage
Dim instance As WebTemplate
Dim value As Boolean

value = instance.IsSubWebOnly
public bool IsSubWebOnly { get; }

Property value

Type: System.Boolean
Returns Booleantrue if the site definition configuration or site template can only be applied to subsites created within the site collection; otherwise returns false. The default value is

See also

Reference

WebTemplate class

WebTemplate members

Microsoft.SharePoint.Client namespace