Share via


SPPersistedCustomWebTemplate.LocaleId property

Gets the locale identifier of the custom Web template.

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

Syntax

'Declaration
Public ReadOnly Property LocaleId As UInteger
    Get
'Usage
Dim instance As SPPersistedCustomWebTemplate
Dim value As UInteger

value = instance.LocaleId
public uint LocaleId { get; }

Property value

Type: System.UInt32
An unsigned 32-bit integer that indicates the locale identifier of the template, which, for English, is 1033.

See also

Reference

SPPersistedCustomWebTemplate class

SPPersistedCustomWebTemplate members

Microsoft.SharePoint.Administration namespace