|
DNP3InputAdapterCommsFilePath Property
|
Gets or sets the name of the XML file from which the communication parameters will be read.
Namespace: DNP3AdaptersAssembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
public string CommsFilePath { get; set; }
<ConnectionStringParameterAttribute>
Public Property CommsFilePath As String
Get
Set
public:
[ConnectionStringParameterAttribute]
property String^ CommsFilePath {
String^ get ();
void set (String^ value);
}
[<ConnectionStringParameterAttribute>]
member CommsFilePath : string with get, set
function get_CommsFilePath();
function set_CommsFilePath(value);
View SourceProperty Value
StringSee Also