SPWebTemplate.Title property
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Title As String
Get
'用途
Dim instance As SPWebTemplate
Dim value As String
value = instance.Title
public string Title { get; }
Property value
Type: System.String
String 包含顯示名稱。
備註
如果SPWebTemplate代表站台定義組態,這個屬性是設定中的項目WebTemp*.xml的Title屬性的值。(請參閱WebTemp.xml如需詳細資訊)。
如果SPWebTemplate代表網站範本,此屬性對應於WebTemplate中的項目.wsp 檔案來儲存網站範本中所包含的elements.xml檔案的Title屬性。
請參閱
參照
Microsoft.SharePoint namespace