| 
            
              ParserInferTimeFromSampleRates Property
             | 
          
        
        
            Gets or sets flag that determines if time should be inferred from sample rates.
            
        
        Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.257-beta
Syntaxpublic bool InferTimeFromSampleRates { get; set; }Public Property InferTimeFromSampleRates As Boolean
	Get
	Set
public:
property bool InferTimeFromSampleRates {
	bool get ();
	void set (bool value);
}member InferTimeFromSampleRates : bool with get, set
function get_InferTimeFromSampleRates();
function set_InferTimeFromSampleRates(value);
 View SourceProperty Value
Boolean
See Also