Template.IsSubWebOnly Property
Gets or sets a Boolean value that specifies whether the template applies only to subsites created within the site collection.
Namespace: websvcSites
Assembly: STSSOAP (in STSSOAP.dll)
Syntax
'Declaration
Public Property IsSubWebOnly As Boolean
Get
Set
'Usage
Dim instance As Template
Dim value As Boolean
value = instance.IsSubWebOnly
instance.IsSubWebOnly = value
public bool IsSubWebOnly { get; set; }
Property Value
Type: System.Boolean
Returns true if the template applies only to subsites; otherwise, returns false.