다음을 통해 공유


IfConditionActivity.IfFalseActivities Property

Definition

Gets or sets list of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to