Class GetAccountArg
The get account arg object
Inheritance
System.Object
GetAccountArg
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.Users
Assembly: Dropbox.Api.dll
Syntax
public class GetAccountArg
Constructors
| Improve this Doc View SourceGetAccountArg(String)
Initializes a new instance of the GetAccountArg class.
Declaration
public GetAccountArg(string accountId)
Parameters
Type | Name | Description |
---|---|---|
System.String | accountId | A user's account identifier. |
Properties
| Improve this Doc View SourceAccountId
A user's account identifier.
Declaration
public string AccountId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |