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、および [なし] が含まれます。