SPPersistedCustomWebTemplate.GlobalId property
Gets the global ID of the custom Web template.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property GlobalId As Integer
Get
'Usage
Dim instance As SPPersistedCustomWebTemplate
Dim value As Integer
value = instance.GlobalId
public int GlobalId { get; }
Property value
Type: System.Int32
A 32-bit integer that indicates the global ID of the template.
See also
Reference
SPPersistedCustomWebTemplate class