Node.Triggers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.