VeriStand .NET API Reference

AlarmInfo.Priority Property

NOTE: This property is obsolete.

This property is deprecated in NI VeriStand 2011 and later. Use the PriorityNumber property instead.

Gets or sets the priority of an alarm running on the target.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
<ObsoleteAttribute("Use PriorityNumber instead. This property does not support setting or getting alarm priorities 0 - 31.")> _
Public Property Priority As AlarmPriority
C#
[ObsoleteAttribute("Use PriorityNumber instead. This property does not support setting or getting alarm priorities 0 - 31.")]
public AlarmPriority Priority { get; set; }
Visual C++
[ObsoleteAttribute(L"Use PriorityNumber instead. This property does not support setting or getting alarm priorities 0 - 31.")]
public:
property AlarmPriority Priority {
	AlarmPriority get ();
	void set (AlarmPriority value);
}

Remarks

Setting this property to Low, Medium, or High automatically sets the PriorityNumber to 25, 15, or 5, respectively.

See Also

Log in to get a better experience