Show / Hide Table of Contents

Class SaasTenantSetPasswordDto

Inheritance
object
SaasTenantSetPasswordDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Saas.Host.Dtos
Assembly: Volo.Saas.Host.Application.Contracts.dll
Syntax
public class SaasTenantSetPasswordDto

Constructors

SaasTenantSetPasswordDto()

Declaration
public SaasTenantSetPasswordDto()

Properties

Password

Declaration
public string Password { get; set; }
Property Value
Type Description
string

Username

Declaration
public string Username { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft