SPList.WriteSecurity - Propriété
Gets or sets the Write security setting for the list.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property WriteSecurity As Integer
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Integer
value = instance.WriteSecurity
instance.WriteSecurity = value
public int WriteSecurity { get; set; }
Valeur de propriété
Type : System.Int32
A 32-bit integer that specifies the Write security setting. Possible values include the following:
1 — All users can modify all items.
2 — Users can modify only items that they create.
4 — Users cannot modify any list item.