Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the description for the site definition configuration or Web template.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Description As String
Get
'Usage
Dim instance As SPWebTemplate
Dim value As String
value = instance.Description
public string Description { get; }
Property value
Type: System.String
A String that contains the description.
Remarks
If the SPWebTemplate represents a site definition configuration, this property corresponds to the Description attribute of a Configuration element in a WebTemp*.xml file. (See Understanding Web*Temp.xml Files for more information.)
If the SPWebTemplate represents a Web template, this property corresponds to the Description attribute of a WebTemplate element in an elements.xml file contained in the .wsp file that stores the Web template.
See also
Reference
Microsoft.SharePoint namespace