共用方式為


SPPersistedCustomWebTemplate.Title property

會取得自訂網站範本的顯示名稱。

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

Syntax

'宣告
Public Property Title As String
    Get
    Set
'用途
Dim instance As SPPersistedCustomWebTemplate
Dim value As String

value = instance.Title

instance.Title = value
public string Title { get; set; }

Property value

Type: System.String
包含自訂網站範本的顯示名稱的字串。

請參閱

參照

SPPersistedCustomWebTemplate class

SPPersistedCustomWebTemplate members

Microsoft.SharePoint.Administration namespace