| 
            
              FileExporterDeviceID Property
             | 
          
        
        
            Gets or sets device ID to use in COMTRADE configuration file.
            
        
        Namespace: COMTRADEAdaptersAssembly: COMTRADEAdapters (in COMTRADEAdapters.dll) Version: 2.4.257-beta
Syntax[ConnectionStringParameterAttribute]
public string DeviceID { get; set; }<ConnectionStringParameterAttribute>
Public Property DeviceID As String
	Get
	Set
public:
[ConnectionStringParameterAttribute]
property String^ DeviceID {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
member DeviceID : string with get, set
function get_DeviceID();
function set_DeviceID(value);
 View SourceProperty Value
String
See Also