Class DeviceType
The device type object
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 DeviceType
Constructors
| Improve this Doc View SourceDeviceType()
Initializes a new instance of the DeviceType class.
Declaration
public DeviceType()
Properties
| Improve this Doc View SourceAsDesktop
Gets this instance as a Desktop, or null
.
Declaration
public DeviceType.Desktop AsDesktop { get; }
Property Value
Type | Description |
---|---|
DeviceType.Desktop |
AsMobile
Gets this instance as a Mobile, or null
.
Declaration
public DeviceType.Mobile AsMobile { get; }
Property Value
Type | Description |
---|---|
DeviceType.Mobile |
AsOther
Gets this instance as a Other, or null
.
Declaration
public DeviceType.Other AsOther { get; }
Property Value
Type | Description |
---|---|
DeviceType.Other |
IsDesktop
Gets a value indicating whether this instance is Desktop
Declaration
public bool IsDesktop { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMobile
Gets a value indicating whether this instance is Mobile
Declaration
public bool IsMobile { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |