Template.IsSubWebOnly Property

Gets or sets a Boolean value that specifies whether the template applies only to subsites created within the site collection.

Namespace:  [Sites Web service]
Web service reference: http://Site/_vti_bin/Sites.asmx

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.

See Also

Reference

Template Class

Template Members

Sites Web Service