SwitchActivity.Cases Property

Definition

List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.

public System.Collections.Generic.IList<Azure.Analytics.Synapse.Artifacts.Models.SwitchCase> Cases { get; }
member this.Cases : System.Collections.Generic.IList<Azure.Analytics.Synapse.Artifacts.Models.SwitchCase>
Public ReadOnly Property Cases As IList(Of SwitchCase)

Property Value

Applies to