ActivationValue Property (TriggerActivationResult)
Gets a value that should be returned by trigger predicate for trigger activation.
'Declaration
Public ReadOnly Property ActivationValue As Boolean
public bool ActivationValue { get; }
public: __property bool get_ActivationValue();
public:
property bool ActivationValue {
bool get();
}
Property Value
True - trigger must be activated if trigger predicate returns true; false - trigger must be activated if trigger predicate returns false.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5