SPSecurableObject.AllRolesForCurrentUser 属性

Gets a full list of role definitions on the object to which the current user belongs on this scope.

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

语法

声明
Public Overridable ReadOnly Property AllRolesForCurrentUser As SPRoleDefinitionBindingCollection
    Get
用法
Dim instance As SPSecurableObject
Dim value As SPRoleDefinitionBindingCollection

value = instance.AllRolesForCurrentUser
public virtual SPRoleDefinitionBindingCollection AllRolesForCurrentUser { get; }

属性值

类型:Microsoft.SharePoint.SPRoleDefinitionBindingCollection
The full list of role definitions on the object to which the current user belongs on this scope.

实现

ISecurableObject.AllRolesForCurrentUser

另请参阅

引用

SPSecurableObject 类

SPSecurableObject 成员

Microsoft.SharePoint 命名空间