Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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