_sList.ReadSecurity Field
Specifies read security setting.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public ReadSecurity As Integer
'Usage
Dim instance As _sList
Dim value As Integer
value = instance.ReadSecurity
instance.ReadSecurity = value
public int ReadSecurity
Remarks
Possible values include:
Value |
Meaning |
---|---|
1 |
All users have read access to all items. |
2 |
Users have read access only to the items that they created. |
See Also
Reference
Other Resources
ReadSecurity Element