SPRequestManagementServiceInstance.Hidden property
取得 Boolean 值,以決定是否會在使用者介面中顯示的服務執行個體。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property Hidden As Boolean
Get
'用途
Dim instance As SPRequestManagementServiceInstance
Dim value As Boolean
value = instance.Hidden
public override bool Hidden { get; }
Property value
Type: System.Boolean
請參閱
參照
SPRequestManagementServiceInstance class