List.WriteSecurity property

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

Syntax

'Declaration
Public Property WriteSecurity As Integer
    Get
    Set
'Usage
Dim instance As List
Dim value As Integer

value = instance.WriteSecurity

instance.WriteSecurity = value
public int WriteSecurity { get; set; }

Property value

Type: System.Int32

See also

Reference

List class

List members

Microsoft.SharePoint.Client namespace