共用方式為


SPView.PersonalView property

取得布林值,這個值,指出是否要個人化檢視。

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

Syntax

'宣告
Public ReadOnly Property PersonalView As Boolean
    Get
'用途
Dim instance As SPView
Dim value As Boolean

value = instance.PersonalView
public bool PersonalView { get; }

Property value

Type: System.Boolean
true如果個人化檢視。否則, false。

備註

為個人檢視或透過使用者介面的公用檢視建立檢視之後,就無法變更。

請參閱

參照

SPView class

SPView members

Microsoft.SharePoint namespace