Class GetAccountError
The get account error object
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.Users
Assembly: Dropbox.Api.dll
Syntax
public class GetAccountError
Constructors
| Improve this Doc View SourceGetAccountError()
Initializes a new instance of the GetAccountError class.
Declaration
public GetAccountError()
Properties
| Improve this Doc View SourceAsNoAccount
Gets this instance as a NoAccount, or null
.
Declaration
public GetAccountError.NoAccount AsNoAccount { get; }
Property Value
Type | Description |
---|---|
GetAccountError.NoAccount |
AsOther
Gets this instance as a Other, or null
.
Declaration
public GetAccountError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
GetAccountError.Other |
IsNoAccount
Gets a value indicating whether this instance is NoAccount
Declaration
public bool IsNoAccount { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |