SPPersistedCustomWebTemplate.GlobalId-Eigenschaft
Ruft die benutzerdefinierte Webvorlage die globale ID ab.
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; }
Eigenschaftswert
Typ: System.Int32
Eine 32-Bit-Ganzzahl, die globale ID der Vorlage angibt.
Siehe auch
Referenz
SPPersistedCustomWebTemplate Klasse