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 SourceDeviceLinkFailDetails(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 SourceDeviceType
A description of the device used while user approval blocked.
Declaration
public DeviceType DeviceType { get; protected set; }
Property Value
Type | Description |
---|---|
DeviceType |
IpAddress
IP address. Might be missing due to historical data gap.
Declaration
public string IpAddress { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |