Class AccountLockOrUnlockedDetails
Unlocked/locked account after failed sign in attempts.
Inheritance
System.Object
AccountLockOrUnlockedDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AccountLockOrUnlockedDetails
Constructors
| Improve this Doc View SourceAccountLockOrUnlockedDetails(AccountState, AccountState)
Initializes a new instance of the AccountLockOrUnlockedDetails class.
Declaration
public AccountLockOrUnlockedDetails(AccountState previousValue, AccountState newValue)
Parameters
Type | Name | Description |
---|---|---|
AccountState | previousValue | The previous account status. |
AccountState | newValue | The new account status. |
Properties
| Improve this Doc View SourceNewValue
The new account status.
Declaration
public AccountState NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
AccountState |
PreviousValue
The previous account status.
Declaration
public AccountState PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
AccountState |