|
DNP3InputAdapterMappingFilePath Property
|
Gets or sets the name of the XML file from which the measurement mapping is read.
Namespace: DNP3AdaptersAssembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
public string MappingFilePath { get; set; }
<ConnectionStringParameterAttribute>
Public Property MappingFilePath As String
Get
Set
public:
[ConnectionStringParameterAttribute]
property String^ MappingFilePath {
String^ get ();
void set (String^ value);
}
[<ConnectionStringParameterAttribute>]
member MappingFilePath : string with get, set
function get_MappingFilePath();
function set_MappingFilePath(value);
View SourceProperty Value
StringSee Also