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