Show / Hide Table of Contents

Class ForgotPasswordViewModel

Inheritance
System.Object
ForgotPasswordViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Identity.Models.AccountViewModels
Assembly: mix.identity.dll
Syntax
public class ForgotPasswordViewModel

Properties

| Improve this Doc View Source

Email

Gets or sets the email.

Declaration
[Required]
[EmailAddress]
public string Email { get; set; }
Property Value
Type Description
System.String

The email.

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾