SPSecurableObject.RoleAssignments 属性
Gets the role assignments for this securable object.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable ReadOnly Property RoleAssignments As SPRoleAssignmentCollection
Get
用法
Dim instance As SPSecurableObject
Dim value As SPRoleAssignmentCollection
value = instance.RoleAssignments
public virtual SPRoleAssignmentCollection RoleAssignments { get; }
属性值
类型:Microsoft.SharePoint.SPRoleAssignmentCollection
The collection of SPRoleAssignment objects that define the role assignments for the securable object.
实现
ISecurableObject.RoleAssignments