Class DeviceLinkSuccessDetails
Linked device.
Inheritance
System.Object
DeviceLinkSuccessDetails
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 DeviceLinkSuccessDetails
Constructors
| Improve this Doc View SourceDeviceLinkSuccessDetails(DeviceSessionLogInfo)
Initializes a new instance of the DeviceLinkSuccessDetails class.
Declaration
public DeviceLinkSuccessDetails(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 |