|   | ConnectionParametersUsePhasorDataFileFormat 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
Syntax[DefaultValueAttribute(false)]
public bool UsePhasorDataFileFormat { get; set; }<DefaultValueAttribute(false)>
Public Property UsePhasorDataFileFormat As Boolean
	Get
	Set
public:
[DefaultValueAttribute(false)]
property bool UsePhasorDataFileFormat {
	bool get ();
	void set (bool value);
}[<DefaultValueAttribute(false)>]
member UsePhasorDataFileFormat : bool with get, set
function get_UsePhasorDataFileFormat();
function set_UsePhasorDataFileFormat(value);
Property Value
Boolean See Also
See Also