_sListMetadata.AllowAnonymousAccess Field
A Boolean variable indicating whether non-authenticated users can access the list.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public AllowAnonymousAccess As Boolean
'Usage
Dim instance As _sListMetadata
Dim value As Boolean
value = instance.AllowAnonymousAccess
instance.AllowAnonymousAccess = value
public bool AllowAnonymousAccess
Remarks
True if non-authenticated users can access the list, otherwise false.
See Also
Reference
[security.allowing_anonymous_access]
Other Resources
Security, Users, and Groups Overview