Class RevokeDeviceSessionError
The revoke device session error object
Inheritance
System.Object
RevokeDeviceSessionError
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class RevokeDeviceSessionError
Constructors
| Improve this Doc View SourceRevokeDeviceSessionError()
Initializes a new instance of the RevokeDeviceSessionError class.
Declaration
public RevokeDeviceSessionError()
Properties
| Improve this Doc View SourceAsDeviceSessionNotFound
Gets this instance as a DeviceSessionNotFound, or null
.
Declaration
public RevokeDeviceSessionError.DeviceSessionNotFound AsDeviceSessionNotFound { get; }
Property Value
Type | Description |
---|---|
RevokeDeviceSessionError.DeviceSessionNotFound |
AsMemberNotFound
Gets this instance as a MemberNotFound, or null
.
Declaration
public RevokeDeviceSessionError.MemberNotFound AsMemberNotFound { get; }
Property Value
Type | Description |
---|---|
RevokeDeviceSessionError.MemberNotFound |
AsOther
Gets this instance as a Other, or null
.
Declaration
public RevokeDeviceSessionError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
RevokeDeviceSessionError.Other |
IsDeviceSessionNotFound
Gets a value indicating whether this instance is DeviceSessionNotFound
Declaration
public bool IsDeviceSessionNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMemberNotFound
Gets a value indicating whether this instance is MemberNotFound
Declaration
public bool IsMemberNotFound { 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 |