AppPermissions.GetAppPermissionRightFromStr 方法

获取枚举的值等效指定应用程序的权限的权限。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
Public Shared Function GetAppPermissionRightFromStr ( _
    right As String _
) As AppPermissions.Right
用法
Dim right As String
Dim returnValue As AppPermissions.Right

returnValue = AppPermissions.GetAppPermissionRightFromStr(right)
public static AppPermissions.Right GetAppPermissionRightFromStr(
    string right
)

参数

  • right
    类型:System.String

    应用程序权限正确的字符串形式。

返回值

类型:Microsoft.Office.Project.Server.Library.AppPermissions.Right
枚举的值,该值代表指定权限。

备注

应用程序权限权限包括提升、 管理、 读、 写、 SubmitStatus、 AllRights,和无。

另请参阅

引用

AppPermissions 类

AppPermissions 成员

Microsoft.Office.Project.Server.Library 命名空间