|   | FrameParserUsePhasorDataFileFormat Property | 
        
        
            Gets or sets flag that determines if source data is in the Phasor Data File Format (i.e., a DST file).
            
        
        Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool UsePhasorDataFileFormat { get; set; }Public Property UsePhasorDataFileFormat As Boolean
	Get
	Set
public:
property bool UsePhasorDataFileFormat {
	bool get ();
	void set (bool value);
}member UsePhasorDataFileFormat : bool with get, set
function get_UsePhasorDataFileFormat();
function set_UsePhasorDataFileFormat(value);
Property Value
Boolean See Also
See Also