Show / Hide Table of Contents

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 Source

DeviceLinkSuccessDetails(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 Source

DeviceSessionInfo

Device's session logged information.

Declaration
public DeviceSessionLogInfo DeviceSessionInfo { get; protected set; }
Property Value
Type Description
DeviceSessionLogInfo
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeviceLinkSuccessDetails(DeviceSessionLogInfo)
  • Properties
    • DeviceSessionInfo
Back to top Generated by DocFX