SPView.ReadOnlyView property
Gets a Boolean value that indicates whether the view is read-only.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ReadOnlyView As Boolean
Get
'Usage
Dim instance As SPView
Dim value As Boolean
value = instance.ReadOnlyView
public bool ReadOnlyView { get; }
Property value
Type: System.Boolean
true if the view is read-only; otherwise, false.