SPUsageDefinition.Hidden property

Gets a Boolean value that determines whether the usage definition is shown in the user interface.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Hidden As Boolean
    Get
'Usage
Dim instance As SPUsageDefinition
Dim value As Boolean

value = instance.Hidden
public virtual bool Hidden { get; }

Property value

Type: System.Boolean
true if the usage definition is shown in the user interface; otherwise false.

See also

Reference

SPUsageDefinition class

SPUsageDefinition members

Microsoft.SharePoint.Administration namespace