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