SPQueryUsageDefinition.Hidden Property
Indicates whether this usage definition is hidden from the admin UI or not.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property Hidden As Boolean
Get
'Usage
Dim instance As SPQueryUsageDefinition
Dim value As Boolean
value = instance.Hidden
public override bool Hidden { get; }
Property Value
Type: System.Boolean
A Boolean value = true if this usage definition is hidden from the admin UI..