Dropbox .NET SDK

Class DeviceChangeIpDesktopDetails

Changed IP address associated with active desktop session.

Inheritance
object
DeviceChangeIpDesktopDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DeviceChangeIpDesktopDetails

Constructors

View Source

DeviceChangeIpDesktopDetails(DeviceSessionLogInfo)

Initializes a new instance of the DeviceChangeIpDesktopDetails class.

Declaration
public DeviceChangeIpDesktopDetails(DeviceSessionLogInfo deviceSessionInfo)
Parameters
Type Name Description
DeviceSessionLogInfo deviceSessionInfo

Device's session logged information.

Properties

View Source

DeviceSessionInfo

Device's session logged information.

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