共用方式為


SPClickthroughUsageDefinition.Hidden property

NOTE: This API is now obsolete.

指定此使用狀況定義是否要或未從系統管理使用者介面隱藏。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Overrides ReadOnly Property Hidden As Boolean
    Get
'用途
Dim instance As SPClickthroughUsageDefinition
Dim value As Boolean

value = instance.Hidden
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public override bool Hidden { get; }

Property value

Type: System.Boolean
Boolean 值 = true ,如果此使用方式隱藏於 admin UI.

請參閱

參照

SPClickthroughUsageDefinition class

SPClickthroughUsageDefinition members

Microsoft.SharePoint.Administration namespace