Template.HasProvisionClass Property
Gets or sets a Boolean value that specifies whether there is an associated class that provides logic for sites created using the specified template.
Namespace: [Sites Web service]
Web service reference: http://Site/_vti_bin/Sites.asmx
Syntax
'Declaration
Public Property HasProvisionClass As Boolean
Get
Set
'Usage
Dim instance As Template
Dim value As Boolean
value = instance.HasProvisionClass
instance.HasProvisionClass = value
public bool HasProvisionClass { get; set; }
Property Value
Type: System.Boolean
Returns true if there is an associated class; otherwise, returns false.