SPList.RestrictUserUpdates - Propriété
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
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property RestrictUserUpdates As Boolean
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.RestrictUserUpdates
instance.RestrictUserUpdates = value
public bool RestrictUserUpdates { get; set; }
Valeur de propriété
Type : System.Boolean