Class RevokeDeviceSessionArg
The revoke device session arg object
Inheritance
System.Object
RevokeDeviceSessionArg
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 RevokeDeviceSessionArg
Constructors
| Improve this Doc View SourceRevokeDeviceSessionArg()
Initializes a new instance of the RevokeDeviceSessionArg class.
Declaration
public RevokeDeviceSessionArg()
Properties
| Improve this Doc View SourceAsDesktopClient
Gets this instance as a DesktopClient, or null
.
Declaration
public RevokeDeviceSessionArg.DesktopClient AsDesktopClient { get; }
Property Value
Type | Description |
---|---|
RevokeDeviceSessionArg.DesktopClient |
AsMobileClient
Gets this instance as a MobileClient, or null
.
Declaration
public RevokeDeviceSessionArg.MobileClient AsMobileClient { get; }
Property Value
Type | Description |
---|---|
RevokeDeviceSessionArg.MobileClient |
AsWebSession
Gets this instance as a WebSession, or null
.
Declaration
public RevokeDeviceSessionArg.WebSession AsWebSession { get; }
Property Value
Type | Description |
---|---|
RevokeDeviceSessionArg.WebSession |
IsDesktopClient
Gets a value indicating whether this instance is DesktopClient
Declaration
public bool IsDesktopClient { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMobileClient
Gets a value indicating whether this instance is MobileClient
Declaration
public bool IsMobileClient { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsWebSession
Gets a value indicating whether this instance is WebSession
Declaration
public bool IsWebSession { get; }
Property Value
Type | Description |
---|---|
System.Boolean |