Show / Hide Table of Contents

Class MembersAddLaunchV2Result

The members add launch v2 result object

Inheritance
System.Object
MembersAddLaunchV2Result
MembersAddLaunchV2Result.AsyncJobId
MembersAddLaunchV2Result.Complete
MembersAddLaunchV2Result.Other
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersAddLaunchV2Result

Constructors

| Improve this Doc View Source

MembersAddLaunchV2Result()

Initializes a new instance of the MembersAddLaunchV2Result class.

Declaration
public MembersAddLaunchV2Result()

Properties

| Improve this Doc View Source

AsAsyncJobId

Gets this instance as a AsyncJobId, or null.

Declaration
public MembersAddLaunchV2Result.AsyncJobId AsAsyncJobId { get; }
Property Value
Type Description
MembersAddLaunchV2Result.AsyncJobId
| Improve this Doc View Source

AsComplete

Gets this instance as a Complete, or null.

Declaration
public MembersAddLaunchV2Result.Complete AsComplete { get; }
Property Value
Type Description
MembersAddLaunchV2Result.Complete
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public MembersAddLaunchV2Result.Other AsOther { get; }
Property Value
Type Description
MembersAddLaunchV2Result.Other
| Improve this Doc View Source

IsAsyncJobId

Gets a value indicating whether this instance is AsyncJobId

Declaration
public bool IsAsyncJobId { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsComplete

Gets a value indicating whether this instance is Complete

Declaration
public bool IsComplete { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MembersAddLaunchV2Result()
  • Properties
    • AsAsyncJobId
    • AsComplete
    • AsOther
    • IsAsyncJobId
    • IsComplete
    • IsOther
Back to top Generated by DocFX