|   | ConnectionParametersUseETRConfiguration Property | 
        
        
            Gets or sets flag that determines if system should find associated ETR file using MSVID with same name for configuration.
            
        
        Namespace: GSF.PhasorProtocols.IEC61850_90_5Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntax[DefaultValueAttribute(false)]
public bool UseETRConfiguration { get; set; }<DefaultValueAttribute(false)>
Public Property UseETRConfiguration As Boolean
	Get
	Set
public:
[DefaultValueAttribute(false)]
property bool UseETRConfiguration {
	bool get ();
	void set (bool value);
}[<DefaultValueAttribute(false)>]
member UseETRConfiguration : bool with get, set
function get_UseETRConfiguration();
function set_UseETRConfiguration(value);
Property Value
Boolean See Also
See Also