ISecurableObject.RoleAssignments 属性
请注意:此 API 现在已过时。
获取对象的角色分配。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("Use the SPSecurableObject class instead")> _
ReadOnly Property RoleAssignments As SPRoleAssignmentCollection
Get
用法
Dim instance As ISecurableObject
Dim value As SPRoleAssignmentCollection
value = instance.RoleAssignments
[ObsoleteAttribute("Use the SPSecurableObject class instead")]
SPRoleAssignmentCollection RoleAssignments { get; }
属性值
类型:Microsoft.SharePoint.SPRoleAssignmentCollection
一个代表角色分配的SPRoleAssignmentCollection对象。
备注
即使继承的对象具有RoleAssignments属性。