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 rights mask of the Web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property RightsMask As SPBasePermissions
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As SPBasePermissions
value = instance.RightsMask
instance.RightsMask = value
public SPBasePermissions RightsMask { get; set; }
Property Value
Type: Microsoft.SharePoint.SPBasePermissions
An SPBasePermissions object that specifies the rights mask of the Web application.