SPClickthroughUsageDefinition.Hidden Property
Specifies 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 SPClickthroughUsageDefinition
Dim value As Boolean
value = instance.Hidden
public override bool Hidden { get; }
Property Value
Type: System.Boolean
A Boolean vaue = true if this usage is hidden from the admin UI..
See Also
Reference
SPClickthroughUsageDefinition Class