SPSecurableObject.HasUniqueRoleAssignments 属性

Indicates whether the object has unique role assignments or inherits its role assignments from a parent object.

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

语法

声明
Public Overridable ReadOnly Property HasUniqueRoleAssignments As Boolean
    Get
用法
Dim instance As SPSecurableObject
Dim value As Boolean

value = instance.HasUniqueRoleAssignments
public virtual bool HasUniqueRoleAssignments { get; }

属性值

类型:System.Boolean
true if the role assignments are defined directly on the current object; otherwise false.

实现

ISecurableObject.HasUniqueRoleAssignments

备注

If this property returns false, then role assignments are inherited from a parent object. In that case, you can access the FirstUniqueAncestorSecurableObject property to get the object from which the current object inherits role assignments.

另请参阅

引用

SPSecurableObject 类

SPSecurableObject 成员

Microsoft.SharePoint 命名空间