Del via


Node.Triggers Property

Definition

Gets all of the most specific triggers that contain the Clause in this node.

public System.Collections.Generic.IReadOnlyList<AdaptiveExpressions.TriggerTrees.Trigger> Triggers { get; }
member this.Triggers : System.Collections.Generic.IReadOnlyList<AdaptiveExpressions.TriggerTrees.Trigger>
Public ReadOnly Property Triggers As IReadOnlyList(Of Trigger)

Property Value

All of the most specific triggers that contain the Clause in this node.

Applies to