共用方式為


IdentityErrorDescriber.UserAlreadyInRole(String) 方法

定義

傳回 , IdentityError 表示使用者已經在指定的 role 中。

public:
 virtual Microsoft::AspNetCore::Identity::IdentityError ^ UserAlreadyInRole(System::String ^ role);
public virtual Microsoft.AspNetCore.Identity.IdentityError UserAlreadyInRole (string role);
abstract member UserAlreadyInRole : string -> Microsoft.AspNetCore.Identity.IdentityError
override this.UserAlreadyInRole : string -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function UserAlreadyInRole (role As String) As IdentityError

參數

role
String

重複的角色。

傳回

IdentityError 表示使用者已經在指定的 role 中。

適用於