SPPersistedCustomWebTemplate.Description property
會取得自訂網站範本的描述。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Description As String
Get
Set
'用途
Dim instance As SPPersistedCustomWebTemplate
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
Property value
Type: System.String
包含自訂網站範本的描述字串。
請參閱
參照
SPPersistedCustomWebTemplate class