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.
Gets or sets the base permissions for anonymous users of the website. (Read-only in sandboxed solutions.)
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property AnonymousPermMask64 As SPBasePermissions
Get
Set
'Usage
Dim instance As SPWeb
Dim value As SPBasePermissions
value = instance.AnonymousPermMask64
instance.AnonymousPermMask64 = value
public SPBasePermissions AnonymousPermMask64 { get; set; }
Property Value
Type: Microsoft.SharePoint.SPBasePermissions
An SPBasePermissions value that specifies permissions for the website.