SPList.ReadOnlyUI property

A boolean value that indicates whether the UI for this list should be presented in a read-only fashion. This will not affect security nor will it actually prevent changes to the list from occurring - it only affects the way the UI is displayed.

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

Syntax

'Declaration
Public Property ReadOnlyUI As Boolean
    Get
    Set
'Usage
Dim instance As SPList
Dim value As Boolean

value = instance.ReadOnlyUI

instance.ReadOnlyUI = value
public bool ReadOnlyUI { get; set; }

Property value

Type: System.Boolean

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace