共用方式為


ContextUtil.IsCallerInRole(String) 方法

定義

判斷呼叫端是否在指定的角色中。

public:
 static bool IsCallerInRole(System::String ^ role);
public static bool IsCallerInRole (string role);
static member IsCallerInRole : string -> bool
Public Shared Function IsCallerInRole (role As String) As Boolean

參數

role
String

要檢查的角色名稱。

傳回

如果呼叫端在指定的角色中,則為 true,否則為 false

例外狀況

沒有 COM+ 內容可供使用。

適用於