Class MembersAddLaunchV2Result.Complete
The complete object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class MembersAddLaunchV2Result.Complete : MembersAddLaunchV2Result
Constructors
View SourceComplete(IEnumerable<MemberAddV2Result>)
Initializes a new instance of the MembersAddLaunchV2Result.Complete class.
Declaration
public Complete(IEnumerable<MemberAddV2Result> value)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<MemberAddV2Result> | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public IList<MemberAddV2Result> Value { get; }
Property Value
| Type | Description |
|---|---|
| IList<MemberAddV2Result> |