Class AccountIdleSettingsDto
Inherited Members
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Admin.Application.Contracts.dll
Syntax
public class AccountIdleSettingsDto
Constructors
AccountIdleSettingsDto()
Declaration
public AccountIdleSettingsDto()
Properties
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
IdleTimeoutMinutes
Declaration
public int IdleTimeoutMinutes { get; set; }
Property Value
Type | Description |
---|---|
int |