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。