|   | ConnectionParametersConfigurationFileName Property | 
        
        
            Gets or sets the optional Macrodyne configuration source based on a BPA PDCstream style INI file.
            
        
        Namespace: GSF.PhasorProtocols.MacrodyneAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntax[EditorAttribute(typeof(IniFileNameEditor), typeof(UITypeEditor))]
public string ConfigurationFileName { get; set; }<EditorAttribute(GetType(IniFileNameEditor), GetType(UITypeEditor))>
Public Property ConfigurationFileName As String
	Get
	Set
public:
[EditorAttribute(typeof(IniFileNameEditor), typeof(UITypeEditor))]
property String^ ConfigurationFileName {
	String^ get ();
	void set (String^ value);
}[<EditorAttribute(typeof(IniFileNameEditor), typeof(UITypeEditor))>]
member ConfigurationFileName : string with get, set
function get_ConfigurationFileName();
function set_ConfigurationFileName(value);
Property Value
String See Also
See Also