| 
            
              FrequencyDefinitionDfDtIsAvailable Property
             | 
          
        
        
            Gets or sets flag that determines if df/dt measurement is available in 
FrequencyValue.
            
 
        
        Namespace: GSF.PhasorProtocols.IEEE1344Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.258-beta
Syntaxpublic bool DfDtIsAvailable { get; set; }Public Property DfDtIsAvailable As Boolean
	Get
	Set
public:
property bool DfDtIsAvailable {
	bool get ();
	void set (bool value);
}member DfDtIsAvailable : bool with get, set
function get_DfDtIsAvailable();
function set_DfDtIsAvailable(value);
 View SourceProperty Value
Boolean
See Also