Dropbox .NET SDK
Show / Hide Table of Contents

Class RevokeDeviceSessionArg.DesktopClient

Unlink a linked desktop device.

Inheritance
object
RevokeDeviceSessionArg
RevokeDeviceSessionArg.DesktopClient
Inherited Members
RevokeDeviceSessionArg.IsWebSession
RevokeDeviceSessionArg.AsWebSession
RevokeDeviceSessionArg.IsDesktopClient
RevokeDeviceSessionArg.AsDesktopClient
RevokeDeviceSessionArg.IsMobileClient
RevokeDeviceSessionArg.AsMobileClient
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class RevokeDeviceSessionArg.DesktopClient : RevokeDeviceSessionArg

Constructors

View Source

DesktopClient(RevokeDesktopClientArg)

Initializes a new instance of the RevokeDeviceSessionArg.DesktopClient class.

Declaration
public DesktopClient(RevokeDesktopClientArg value)
Parameters
Type Name Description
RevokeDesktopClientArg value

The value

Properties

View Source

Value

Gets the value of this instance.

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