ActionSubscriptionDetails.TriggerAlways 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 a value indicating whether the invoked trigger is set to trigger on every event match, or just once.
public:
property bool TriggerAlways { bool get(); };
public bool TriggerAlways { get; }
member this.TriggerAlways : bool
Public ReadOnly Property TriggerAlways As Boolean