| 
            
              MultiProtocolFrameParserIsIEEEProtocol Property
             | 
          
        
        
            Gets a flag that determines if the currently selected 
PhasorProtocol is an IEEE standard protocol.
            
 
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
Syntaxpublic bool IsIEEEProtocol { get; }Public ReadOnly Property IsIEEEProtocol As Boolean
	Get
public:
property bool IsIEEEProtocol {
	bool get ();
}member IsIEEEProtocol : bool with get
function get_IsIEEEProtocol();
 View SourceProperty Value
Boolean
See Also