Dropbox .NET SDK

Class AccountState.Locked

The locked object

Inheritance
object
AccountState
AccountState.Locked
Inherited Members
AccountState.IsLocked
AccountState.AsLocked
AccountState.IsUnlocked
AccountState.AsUnlocked
AccountState.IsOther
AccountState.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public sealed class AccountState.Locked : AccountState

Fields

View Source

Instance

A singleton instance of Locked

Declaration
public static readonly AccountState.Locked Instance
Field Value
Type Description
AccountState.Locked
  • View Source
In this article
Back to top Dropbox .NET SDK