Class IdentityUserSettingsDto
Inherited Members
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentityUserSettingsDto
Constructors
IdentityUserSettingsDto()
Declaration
public IdentityUserSettingsDto()
Properties
IsEmailUpdateEnabled
Declaration
public bool IsEmailUpdateEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsUserNameUpdateEnabled
Declaration
public bool IsUserNameUpdateEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |