SPList.RestrictUserUpdates property

A boolean value that indicates whether the this list is a restricted one or not The value can't be changed if there are existing items in the list

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

Syntax

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

value = instance.RestrictUserUpdates

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

Property value

Type: System.Boolean

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace