SPUsageServiceInstance.Hidden Property
Indicates whether this service instance is hidden 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 SPUsageServiceInstance
Dim value As Boolean
value = instance.Hidden
public override bool Hidden { get; }
Property Value
Type: System.Boolean
A Boolean value = true if this instance is hidden.