Compartilhar via


_sList.AllowAnonymousAccess Field

A Boolean variable indicating whether or not to allow anonymous access. Its value is True if non-authenticated users can view list items.

Namespace:  [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx

Syntax

'Declaration
Public AllowAnonymousAccess As Boolean
'Usage
Dim instance As _sList
Dim value As Boolean

value = instance.AllowAnonymousAccess

instance.AllowAnonymousAccess = value
public bool AllowAnonymousAccess

Remarks

The default security policy restricts anonymous local access to having no rights. Administrators can then add or subtract rights as appropriate.

See Also

Reference

_sList Structure

_sList Members

SiteData Web Service

[security.allowing_anonymous_access]