SPSiteInventoryUsageProvider.Hidden property
NOTE: This API is now obsolete.
Determines whether this usage definition is hidden for the admin UI
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 Hidden As Boolean
Get
'Usage
Dim instance As SPSiteInventoryUsageProvider
Dim value As Boolean
value = instance.Hidden
[ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")]
public override bool Hidden { get; }
Property value
Type: System.Boolean
See also
Reference
SPSiteInventoryUsageProvider class