Share via


SPSiteInventoryUsageProvider.UsageEntryType property

NOTE: This API is now obsolete.

Contains the type of SPUsageEntry that corresponds to this SPUsageDefinition.

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 Overrides ReadOnly Property UsageEntryType As Type
    Get
'Usage
Dim instance As SPSiteInventoryUsageProvider
Dim value As Type

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

Property value

Type: System.Type
A Type.

Remarks

SPUsageEntry is the common interface for logging usage entries to the system.

See also

Reference

SPSiteInventoryUsageProvider class

SPSiteInventoryUsageProvider members

Microsoft.SharePoint.Administration namespace