Account Property
This property defines details about the account.
Syntax
[VB.NET] Public ReadOnlyProperty Account As BoxAccountDetails
[C#] public BoxAccountDetails Account {get;}
Remarks
Details about the account including Name, Id, Email, etc. are held by this type.
This property is read-only.