SPList.AnonymousPermMask property
SharePoint 2013
NOTE: This API is now obsolete.
Obsolete. Use the AnonymousPermMask64 property to get or set the base permissions for anonymous users of the list instead. (In Windows SharePoint Services 2.0, the AnonymousPermMask property got or set the permissions for anonymous users of the list.)
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration <ObsoleteAttribute("Use the AnonymousPermMask64 property instead")> _ Public Property AnonymousPermMask As SPRights Get Set 'Usage Dim instance As SPList Dim value As SPRights value = instance.AnonymousPermMask instance.AnonymousPermMask = value
Property value
Type: Microsoft.SharePoint.SPRightsAn SPRights value that specifies permissions for the list.