This property will deny the rights specified by the permission mask to all users of the site collection including the site collection admin. The elevated process identity is the only exception that has full rights
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property DenyPermissionsMask As SPBasePermissions
Get
Set
用法
Dim instance As SPSite
Dim value As SPBasePermissions
value = instance.DenyPermissionsMask
instance.DenyPermissionsMask = value
public SPBasePermissions DenyPermissionsMask { get; set; }
属性值
类型:Microsoft.SharePoint.SPBasePermissions