SPFeatureDefinition.Hidden property
Gets a value that indicates whether the Feature is hidden within the Microsoft SharePoint Foundation user interface.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Hidden As Boolean
Get
'Usage
Dim instance As SPFeatureDefinition
Dim value As Boolean
value = instance.Hidden
public bool Hidden { get; }
Property value
Type: System.Boolean
A value of true specifies the Feature is hidden; otherwise, false.
Remarks
Hidden features are frequently used as dependent features, but cannot themselves have dependencies.