|   | ConnectionParametersParseRedundantASDUs Property | 
        
        
            Gets or sets flag that determines if system should expose redundantly parsed ASDUs.
            
        
        Namespace: GSF.PhasorProtocols.IEC61850_90_5Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntax[DefaultValueAttribute(false)]
public bool ParseRedundantASDUs { get; set; }<DefaultValueAttribute(false)>
Public Property ParseRedundantASDUs As Boolean
	Get
	Set
public:
[DefaultValueAttribute(false)]
property bool ParseRedundantASDUs {
	bool get ();
	void set (bool value);
}[<DefaultValueAttribute(false)>]
member ParseRedundantASDUs : bool with get, set
function get_ParseRedundantASDUs();
function set_ParseRedundantASDUs(value);
Property Value
Boolean See Also
See Also