SPView.Hidden property
取得或設定布林值,指定是否要隱藏的檢視。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Hidden As Boolean
Get
Set
'用途
Dim instance As SPView
Dim value As Boolean
value = instance.Hidden
instance.Hidden = value
public bool Hidden { get; set; }
Property value
Type: System.Boolean
true如果隱藏的檢視。否則, false。