Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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