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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.