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