| 
            
              CompactMeasurementRuntimeID Property
             | 
          
        
        
            Gets or sets the 2-byte run-time signal index for this measurement.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
Syntaxpublic ushort RuntimeID { get; set; }Public Property RuntimeID As UShort
	Get
	Set
public:
property unsigned short RuntimeID {
	unsigned short get ();
	void set (unsigned short value);
}member RuntimeID : uint16 with get, set
function get_RuntimeID();
function set_RuntimeID(value);
 View SourceProperty Value
UInt16
See Also