IdentityOptions.User 属性

定义

获取或设置 UserOptions 标识系统的 。

public:
 property Microsoft::AspNetCore::Identity::UserOptions ^ User { Microsoft::AspNetCore::Identity::UserOptions ^ get(); void set(Microsoft::AspNetCore::Identity::UserOptions ^ value); };
public Microsoft.AspNetCore.Identity.UserOptions User { get; set; }
member this.User : Microsoft.AspNetCore.Identity.UserOptions with get, set
Public Property User As UserOptions

属性值

UserOptions标识系统的 。

适用于