SPWeb.Configuration property

Gets either the identifier (ID) of the site definition configuration that was used to create the site, or the ID of the site definition configuration from which the site template used to create the site was derived.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Configuration As Short
    Get
'Usage
Dim instance As SPWeb
Dim value As Short

value = instance.Configuration
public short Configuration { get; }

Property value

Type: System.Int16
A 16-bit integer that indicates the ID of the configuration. This value corresponds to the ID attribute of the Configuration element in Collaborative Application Markup Language (CAML).

Remarks

When you create a site template by saving a site as a template and then create a site from that template, the Configuration property contains the ID of the site definition configuration from which the site template derives.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace