SPServiceInstance.Hidden Property
Gets a Boolean value that indicates whether the service instance is displayed in the user interface.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable ReadOnly Property Hidden As Boolean
Get
'Usage
Dim instance As SPServiceInstance
Dim value As Boolean
value = instance.Hidden
public virtual bool Hidden { get; }
Property Value
Type: System.Boolean
true if the service instance is displayed in the user interface; otherwise, false.