SPWebApplication.RightsMask property
Gets or sets the rights mask of the Web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.