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 分識別系統的 。

適用於