Search Results for

    Show / Hide Table of Contents

    Interface IRegisterUserModel

    Namespace: ImageVault.Web.Security
    Assembly: ImageVault.Web.dll
    Syntax
    public interface IRegisterUserModel

    Properties

    Email

    Declaration
    string Email { get; set; }
    Property Value
    Type Description
    System.String

    Password

    Declaration
    string Password { get; set; }
    Property Value
    Type Description
    System.String

    Username

    Declaration
    string Username { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top (c) Meriworks 2002-2022