|   | AlarmAssociatedMeasurementID Property | 
        
        
            Gets or sets the identification number of
            the measurements generated for alarm events.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic Guid? AssociatedMeasurementID { get; set; }Public Property AssociatedMeasurementID As Guid?
	Get
	Set
public:
property Nullable<Guid> AssociatedMeasurementID {
	Nullable<Guid> get ();
	void set (Nullable<Guid> value);
}member AssociatedMeasurementID : Nullable<Guid> with get, set
function get_AssociatedMeasurementID();
function set_AssociatedMeasurementID(value);
Property Value
NullableGuid See Also
See Also