Interface IForgotPasswordViewModel
Interface IForgotPasswordViewModel
Namespace: ISynergy.Framework.Mvvm.Abstractions.ViewModels
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface IForgotPasswordViewModel
Properties
View SourceEmailAddress
Gets or sets the email address.
Declaration
string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The email address. |