Show / Hide Table of Contents

Class UserLockViewModel

Inheritance
object
UserLockViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity.Pro.Blazor.Pages.Identity
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class UserLockViewModel

Constructors

UserLockViewModel()

Declaration
public UserLockViewModel()

Properties

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid

LockoutEnd

Declaration
[Required]
public DateTime LockoutEnd { get; set; }
Property Value
Type Description
DateTime
In this article
Back to top Powered by Volosoft