Dropbox .NET SDK
Show / Hide Table of Contents

Class ListTeamDevicesError

The list team devices error object

Inheritance
object
ListTeamDevicesError
ListTeamDevicesError.Other
ListTeamDevicesError.Reset
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ListTeamDevicesError

Constructors

View Source

ListTeamDevicesError()

Initializes a new instance of the ListTeamDevicesError class.

Declaration
public ListTeamDevicesError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ListTeamDevicesError.Other AsOther { get; }
Property Value
Type Description
ListTeamDevicesError.Other
View Source

AsReset

Gets this instance as a Reset, or null.

Declaration
public ListTeamDevicesError.Reset AsReset { get; }
Property Value
Type Description
ListTeamDevicesError.Reset
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsReset

Gets a value indicating whether this instance is Reset

Declaration
public bool IsReset { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK