SPSite.GlobalPermMask 属性

请注意:此 API 现在已过时。

Use the ApplicationRightsMask property to get the rights mask for the Web application instead. (In Windows SharePoint Services 2.0, the GlobalPermMask property got the rights for the permissions mask that was used globally on the virtual server.)

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<ObsoleteAttribute("Use SPWebApplication.RightsMask instead")> _
Public ReadOnly Property GlobalPermMask As SPRights
    Get
用法
Dim instance As SPSite
Dim value As SPRights

value = instance.GlobalPermMask
[ObsoleteAttribute("Use SPWebApplication.RightsMask instead")]
public SPRights GlobalPermMask { get; }

属性值

类型:Microsoft.SharePoint.SPRights
An SPRights value that specifies the rights.

另请参阅

引用

SPSite 类

SPSite 成员

Microsoft.SharePoint 命名空间