Share via


SPSiteInventoryUsageEntry.SiteTemplate property

NOTE: This API is now obsolete.

SharePoint site template used with this site.

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

Syntax

'Declaration
<ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")> _
Public Property SiteTemplate As String
    Get
    Set
'Usage
Dim instance As SPSiteInventoryUsageEntry
Dim value As String

value = instance.SiteTemplate

instance.SiteTemplate = value
[ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")]
public string SiteTemplate { get; set; }

Property value

Type: System.String
A String representation of the template.

See also

Reference

SPSiteInventoryUsageEntry class

SPSiteInventoryUsageEntry members

Microsoft.SharePoint.Administration namespace