SPPersistedCustomWebTemplate.LocaleId property
會取得自訂網站範本的地區設定識別碼。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property LocaleId As UInteger
Get
'用途
Dim instance As SPPersistedCustomWebTemplate
Dim value As UInteger
value = instance.LocaleId
public uint LocaleId { get; }
Property value
Type: System.UInt32
正負號的 32 位元整數,指出範本,以英文為 1033年的地區設定識別碼。
請參閱
參照
SPPersistedCustomWebTemplate class