IdentityOptions.User プロパティ

定義

ID システムの を 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 ID システムの 。

適用対象