Dropbox .NET SDK
Show / Hide Table of Contents

Class ListMembersDevicesError

The list members devices error object

Inheritance
object
ListMembersDevicesError
ListMembersDevicesError.Other
ListMembersDevicesError.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 ListMembersDevicesError

Constructors

View Source

ListMembersDevicesError()

Initializes a new instance of the ListMembersDevicesError class.

Declaration
public ListMembersDevicesError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

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

AsReset

Gets this instance as a Reset, or null.

Declaration
public ListMembersDevicesError.Reset AsReset { get; }
Property Value
Type Description
ListMembersDevicesError.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