Class MembersDeactivateError
The members deactivate error object
Inheritance
MembersDeactivateError
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersDeactivateError
Constructors
View SourceMembersDeactivateError()
Initializes a new instance of the MembersDeactivateError class.
Declaration
public MembersDeactivateError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public MembersDeactivateError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MembersDeactivateError.Other |
AsUserNotFound
Gets this instance as a UserNotFound, or null.
Declaration
public MembersDeactivateError.UserNotFound AsUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| MembersDeactivateError.UserNotFound |
AsUserNotInTeam
Gets this instance as a UserNotInTeam, or null.
Declaration
public MembersDeactivateError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| MembersDeactivateError.UserNotInTeam |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserNotFound
Gets a value indicating whether this instance is UserNotFound
Declaration
public bool IsUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserNotInTeam
Gets a value indicating whether this instance is UserNotInTeam
Declaration
public bool IsUserNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |