SPUsageDefinition.Hidden property
取得布林值,這個值會決定是否要使用定義顯示在使用者介面。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable ReadOnly Property Hidden As Boolean
Get
'用途
Dim instance As SPUsageDefinition
Dim value As Boolean
value = instance.Hidden
public virtual bool Hidden { get; }
Property value
Type: System.Boolean
true如果使用定義顯示在使用者介面 ;否則false。