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)

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.

See also

Reference

SPServiceInstance class

SPServiceInstance members

Microsoft.SharePoint.Administration namespace