Class MembersAddLaunch
The members add launch object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersAddLaunch
Constructors
View SourceMembersAddLaunch()
Initializes a new instance of the MembersAddLaunch class.
Declaration
public MembersAddLaunch()
Properties
View SourceAsAsyncJobId
Gets this instance as a AsyncJobId, or null.
Declaration
public MembersAddLaunch.AsyncJobId AsAsyncJobId { get; }
Property Value
| Type | Description |
|---|---|
| MembersAddLaunch.AsyncJobId |
AsComplete
Gets this instance as a Complete, or null.
Declaration
public MembersAddLaunch.Complete AsComplete { get; }
Property Value
| Type | Description |
|---|---|
| MembersAddLaunch.Complete |
IsAsyncJobId
Gets a value indicating whether this instance is AsyncJobId
Declaration
public bool IsAsyncJobId { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsComplete
Gets a value indicating whether this instance is Complete
Declaration
public bool IsComplete { get; }
Property Value
| Type | Description |
|---|---|
| bool |