Class DeviceChangeIpMobileDetails
Changed IP address associated with active mobile session.
Inheritance
System.Object
DeviceChangeIpMobileDetails
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 DeviceChangeIpMobileDetails
Constructors
| Improve this Doc View SourceDeviceChangeIpMobileDetails(DeviceSessionLogInfo)
Initializes a new instance of the DeviceChangeIpMobileDetails class.
Declaration
public DeviceChangeIpMobileDetails(DeviceSessionLogInfo deviceSessionInfo = null)
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 |