Show / Hide Table of Contents

Class DeviceLinkFailDetails

Failed to link device.

Inheritance
System.Object
DeviceLinkFailDetails
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 DeviceLinkFailDetails

Constructors

| Improve this Doc View Source

DeviceLinkFailDetails(DeviceType, String)

Initializes a new instance of the DeviceLinkFailDetails class.

Declaration
public DeviceLinkFailDetails(DeviceType deviceType, string ipAddress = null)
Parameters
Type Name Description
DeviceType deviceType

A description of the device used while user approval blocked.

System.String ipAddress

IP address. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

DeviceType

A description of the device used while user approval blocked.

Declaration
public DeviceType DeviceType { get; protected set; }
Property Value
Type Description
DeviceType
| Improve this Doc View Source

IpAddress

IP address. Might be missing due to historical data gap.

Declaration
public string IpAddress { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeviceLinkFailDetails(DeviceType, String)
  • Properties
    • DeviceType
    • IpAddress
Back to top Generated by DocFX