Share via


Activity.OutputTypes Property

Definition

Gets or sets the output types of the activity.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to