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.
Gets or sets the Write security setting for the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property WriteSecurity As Integer
Get
Set
'Usage
Dim instance As SPList
Dim value As Integer
value = instance.WriteSecurity
instance.WriteSecurity = value
public int WriteSecurity { get; set; }
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.