public ClaimsPrincipal? User { get; init; }
Public Property User As ClaimsPrincipal
Get
Set
public:
virtual property ClaimsPrincipal^ User {
ClaimsPrincipal^ get () sealed;
void set (ClaimsPrincipal^ value) sealed;
}
abstract User : ClaimsPrincipal with get, set
override User : ClaimsPrincipal with get, set