Class ListMemberAppsArg
The list member apps arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ListMemberAppsArg
Constructors
View SourceListMemberAppsArg(string)
Initializes a new instance of the ListMemberAppsArg class.
Declaration
public ListMemberAppsArg(string teamMemberId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | teamMemberId | The team member id. |
Properties
View SourceTeamMemberId
The team member id.
Declaration
public string TeamMemberId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |