|   | AlarmSetPoint Property | 
        
        
            Gets or sets the value to be compared against
            the signal to determine whether to raise the
            alarm. This value is irrelevant for the
            
Flatline operation.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic double? SetPoint { get; set; }Public Property SetPoint As Double?
	Get
	Set
public:
property Nullable<double> SetPoint {
	Nullable<double> get ();
	void set (Nullable<double> value);
}member SetPoint : Nullable<float> with get, set
function get_SetPoint();
function set_SetPoint(value);
Property Value
NullableDouble See Also
See Also