Class LinkedDeviceLogInfo
The device sessions that user is linked to.
Inheritance
System.Object
LinkedDeviceLogInfo
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 LinkedDeviceLogInfo
Constructors
| Improve this Doc View SourceLinkedDeviceLogInfo()
Initializes a new instance of the LinkedDeviceLogInfo class.
Declaration
public LinkedDeviceLogInfo()
Properties
| Improve this Doc View SourceAsDesktopDeviceSession
Gets this instance as a DesktopDeviceSession, or null.
Declaration
public LinkedDeviceLogInfo.DesktopDeviceSession AsDesktopDeviceSession { get; }
Property Value
| Type | Description |
|---|---|
| LinkedDeviceLogInfo.DesktopDeviceSession |
AsLegacyDeviceSession
Gets this instance as a LegacyDeviceSession, or null.
Declaration
public LinkedDeviceLogInfo.LegacyDeviceSession AsLegacyDeviceSession { get; }
Property Value
| Type | Description |
|---|---|
| LinkedDeviceLogInfo.LegacyDeviceSession |
AsMobileDeviceSession
Gets this instance as a MobileDeviceSession, or null.
Declaration
public LinkedDeviceLogInfo.MobileDeviceSession AsMobileDeviceSession { get; }
Property Value
| Type | Description |
|---|---|
| LinkedDeviceLogInfo.MobileDeviceSession |
AsOther
Gets this instance as a Other, or null.
Declaration
public LinkedDeviceLogInfo.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| LinkedDeviceLogInfo.Other |
AsWebDeviceSession
Gets this instance as a WebDeviceSession, or null.
Declaration
public LinkedDeviceLogInfo.WebDeviceSession AsWebDeviceSession { get; }
Property Value
| Type | Description |
|---|---|
| LinkedDeviceLogInfo.WebDeviceSession |
IsDesktopDeviceSession
Gets a value indicating whether this instance is DesktopDeviceSession
Declaration
public bool IsDesktopDeviceSession { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsLegacyDeviceSession
Gets a value indicating whether this instance is LegacyDeviceSession
Declaration
public bool IsLegacyDeviceSession { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsMobileDeviceSession
Gets a value indicating whether this instance is MobileDeviceSession
Declaration
public bool IsMobileDeviceSession { 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 |
IsWebDeviceSession
Gets a value indicating whether this instance is WebDeviceSession
Declaration
public bool IsWebDeviceSession { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |