Class GetAccountArg
The get account arg object
Inherited Members
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class GetAccountArg
Constructors
View SourceGetAccountArg(string)
Initializes a new instance of the GetAccountArg class.
Declaration
public GetAccountArg(string accountId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | accountId | A user's account identifier. |
Properties
View SourceAccountId
A user's account identifier.
Declaration
public string AccountId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |