Class DropboxPasswordsNewDeviceEnrolledDetails
Enrolled new Dropbox Passwords device.
Inheritance
System.Object
DropboxPasswordsNewDeviceEnrolledDetails
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 DropboxPasswordsNewDeviceEnrolledDetails
Constructors
| Improve this Doc View SourceDropboxPasswordsNewDeviceEnrolledDetails(Boolean, String)
Initializes a new instance of the DropboxPasswordsNewDeviceEnrolledDetails class.
Declaration
public DropboxPasswordsNewDeviceEnrolledDetails(bool isFirstDevice, string platform)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isFirstDevice | Whether it's a first device enrolled. |
System.String | platform | The platform the device is enrolled. |
Properties
| Improve this Doc View SourceIsFirstDevice
Whether it's a first device enrolled.
Declaration
public bool IsFirstDevice { get; protected set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Platform
The platform the device is enrolled.
Declaration
public string Platform { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |