Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NOTE: This API is now obsolete.
Indicates whether this usage definition is hidden from the admin UI or not.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")> _
Public Overrides ReadOnly Property Hidden As Boolean
Get
'Usage
Dim instance As SPRatingUsageDefinition
Dim value As Boolean
value = instance.Hidden
[ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")]
public override bool Hidden { get; }
Property value
Type: System.Boolean
A Boolean value = true if this usage definition is hidden from the admin UI.