EmailModel.InputModel.NewEmail Vlastnost

Definice

Toto rozhraní API podporuje výchozí infrastrukturu uživatelského rozhraní ASP.NET Core identity a není určená k použití přímo z kódu. Toto rozhraní API se může v budoucích verzích změnit nebo odebrat.

[System.ComponentModel.DataAnnotations.Display(Name="New email")]
[System.ComponentModel.DataAnnotations.EmailAddress]
[System.ComponentModel.DataAnnotations.Required]
public string NewEmail { get; set; }
[<System.ComponentModel.DataAnnotations.Display(Name="New email")>]
[<System.ComponentModel.DataAnnotations.EmailAddress>]
[<System.ComponentModel.DataAnnotations.Required>]
member this.NewEmail : string with get, set
Public Property NewEmail As String

Hodnota vlastnosti

String
Atributy

Platí pro