SPSiteInventoryUsageEntry.SiteTemplate Property
SharePoint site template used with this site.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property SiteTemplate As String
Get
Set
'Usage
Dim instance As SPSiteInventoryUsageEntry
Dim value As String
value = instance.SiteTemplate
instance.SiteTemplate = value
public string SiteTemplate { get; set; }
Property Value
Type: System.String
A String representation of the template.
See Also
Reference
SPSiteInventoryUsageEntry Class