Show / Hide Table of Contents

Interface IHaveEmail

Represents an entity that has an e-mail.

Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public interface IHaveEmail

Properties

Email

Gets or sets the entity's email.

Declaration
string Email { get; set; }
Property Value
String

Back to top Generated by DocFX