SPService.Hidden property
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 SPService
Dim value As Boolean
value = instance.Hidden
public virtual bool Hidden { get; }
Property value
Type: System.Boolean