SPDistributedCacheCallUsageProvider.Hidden property
Whether or not the usage provider is hidden.
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Hidden As Boolean
Get
'Usage
Dim instance As SPDistributedCacheCallUsageProvider
Dim value As Boolean
value = instance.Hidden
public override bool Hidden { get; }
Property value
Type: System.Boolean
See also
Reference
SPDistributedCacheCallUsageProvider class