Account Property
This property defines information about the account.
Syntax
[VB.NET] Public ReadOnlyProperty Account As DropboxAccountDetails
[C#] public DropboxAccountDetails Account {get;}
Remarks
This property defines information about the account including Id, Email, DisplayName, etc.
This property is read-only.