Share via


CopyActivity.Outputs Property

Definition

Gets or sets list of outputs for the activity.

[Newtonsoft.Json.JsonProperty(PropertyName="outputs")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetReference> Outputs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="outputs")>]
member this.Outputs : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetReference> with get, set
Public Property Outputs As IList(Of DatasetReference)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to