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 시스템의 입니다.

적용 대상