SPSiteInventoryUsageProvider.Local property
NOTE: This API is now obsolete.
An instance of this usage definition from the local farm. If an instance does not exists a new one is created and returned.
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 Shared ReadOnly Property Local As SPSiteInventoryUsageProvider
Get
'Usage
Dim value As SPSiteInventoryUsageProvider
value = SPSiteInventoryUsageProvider.Local
[ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")]
public static SPSiteInventoryUsageProvider Local { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPSiteInventoryUsageProvider
A SPSiteInventoryUsageProvider object.
See also
Reference
SPSiteInventoryUsageProvider class