List.ReadSecurity property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ReadSecurity As Integer
Get
Set
'Usage
Dim instance As List
Dim value As Integer
value = instance.ReadSecurity
instance.ReadSecurity = value
public int ReadSecurity { get; set; }
Property value
Type: System.Int32