Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether anonymous users have access permissions for the site.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public AllowAnonymousAccess As Boolean
'Usage
Dim instance As _sWebMetadata
Dim value As Boolean
value = instance.AllowAnonymousAccess
instance.AllowAnonymousAccess = value
public bool AllowAnonymousAccess
Remarks
This property is a Boolean variable indicating whether non-authenticated users can access the list. Its value is true if non-authenticated users can access the list, otherwise false.
See Also
Reference
Other Resources
Security, Users, and Groups Overview