SPSiteInventoryUsageProvider.UsageEntryType Property
Contains the type of SPUsageEntry that corresponds to this SPUsageDefinition.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property UsageEntryType As Type
Get
'Usage
Dim instance As SPSiteInventoryUsageProvider
Dim value As Type
value = instance.UsageEntryType
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