Class DeviceChangeIpDesktopDetails
Changed IP address associated with active desktop session.
Inheritance
System.Object
DeviceChangeIpDesktopDetails
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DeviceChangeIpDesktopDetails
Constructors
| Improve this Doc View SourceDeviceChangeIpDesktopDetails(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
| Improve this Doc View SourceDeviceSessionInfo
Device's session logged information.
Declaration
public DeviceSessionLogInfo DeviceSessionInfo { get; protected set; }
Property Value
Type | Description |
---|---|
DeviceSessionLogInfo |