Share via


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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property ReadOnlyView As Boolean
    Get
'Usage
Dim instance As SPView
Dim value As Boolean

value = instance.ReadOnlyView
[ClientCallableAttribute]
public bool ReadOnlyView { get; }

Property Value

Type: System.Boolean
true if the view is read-only; otherwise, false.

See Also

Reference

SPView Class

SPView Members

Microsoft.SharePoint Namespace