| 
            
              CompactMeasurementIncludeTime Property
             | 
          
        
        
            Gets flag that determines if time is serialized into measurement binary image.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
Syntaxpublic bool IncludeTime { get; }Public ReadOnly Property IncludeTime As Boolean
	Get
public:
property bool IncludeTime {
	bool get ();
}member IncludeTime : bool with get
function get_IncludeTime();
 View SourceProperty Value
Boolean
See Also