VeriStand .NET API Reference

DefaultTrigger.DefaultResult Property

Gets or sets a value indicating whether the trigger always evaluates to true or false.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property DefaultResult As Boolean
C#
public bool DefaultResult { get; set; }
Visual C++
public:
property bool DefaultResult {
	bool get ();
	void set (bool value);
}

See Also

Log in to get a better experience