SPWebInfo.WebTemplateId Property

An identifier indicating the Web site template.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property WebTemplateId As Integer
    Get
'Usage
Dim instance As SPWebInfo
Dim value As Integer

value = instance.WebTemplateId
public int WebTemplateId { get; }

Property Value

Type: System.Int32
A Int32 value indicating the Web site template identifier.

See Also

Reference

SPWebInfo Class

SPWebInfo Members

Microsoft.SharePoint Namespace