Gets or sets flag that determines if source data is in the Phasor Data File Format (i.e., a DST file).
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DefaultValueAttribute(false)] public bool UsePhasorDataFileFormat { get; set; }
<DefaultValueAttribute(False)> _ Public Property UsePhasorDataFileFormat As Boolean Get Set
[DefaultValueAttribute(false)] public: property bool UsePhasorDataFileFormat { bool get (); void set (bool value); }