共用方式為


SPView.ReadOnlyView property

取得布林值,表示檢視是否為唯讀。

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

Syntax

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

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

Property value

Type: System.Boolean
true如果檢視是唯讀的。否則, false。

請參閱

參照

SPView class

SPView members

Microsoft.SharePoint namespace