Show / Hide Table of Contents

Class LoginSuccessDetails

Signed in.

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

Constructors

| Improve this Doc View Source

LoginSuccessDetails(LoginMethod, Nullable<Boolean>)

Initializes a new instance of the LoginSuccessDetails class.

Declaration
public LoginSuccessDetails(LoginMethod loginMethod, bool? isEmmManaged = null)
Parameters
Type Name Description
LoginMethod loginMethod

Login method.

System.Nullable<System.Boolean> isEmmManaged

Tells if the login device is EMM managed. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

IsEmmManaged

Tells if the login device is EMM managed. Might be missing due to historical data gap.

Declaration
public bool? IsEmmManaged { get; protected set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

LoginMethod

Login method.

Declaration
public LoginMethod LoginMethod { get; protected set; }
Property Value
Type Description
LoginMethod
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX