DynamicAccountProperties Class

Contains properties of an account which may frequently change.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServicesDynamicAccountProperties

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class DynamicAccountProperties

The DynamicAccountProperties type exposes the following members.

Constructors
  NameDescription
Public methodDynamicAccountProperties
Initializes a new instance of the DynamicAccountProperties class
Top
Properties
  NameDescription
Public propertyActiveTenantId
Gets or sets the value corresponding to ActiveTenantId.
Public propertyFailedLogOnCount
Gets or sets the new number of consecutive failed logon attempts.
Public propertyIPAddress
Gets or sets the IP address where the user last logon.
Public propertyLockedUntil
Gets or sets the time until which the account is locked, or if the account is not yet locked.
Public propertyLogOnTimestamp
Gets or sets the UTC time the account last logged on.
Public propertyPasswordLastSetDate
Gets or sets the value corresponding to PasswordLastSetDate.
Top
See Also