WebInformation.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.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

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

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

Property value

Type: System.Int16
The identifier of the site definition configuration.

See also

Reference

WebInformation class

WebInformation members

Microsoft.SharePoint.Client namespace