Share 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:  WebSvcSiteData
Assembly:  STSSOAP (in STSSOAP.dll)

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

WebSvcSiteData namespace

[security.allowing_anonymous_access]