myDATATools.getTransportType Method
These Codes are used for the field TransportDetails.transportType
Public Function getTransportType( _
Optional ByVal English As Boolean = False _
) As Dictionary(Of Integer, String)
This language is not supported or no code example is available.
Parameters
- English
- bool
Optional. If True, the result in English terms. Default is False
Return Value
Dictionary<int, string>
myDATATools mdt = new myDATATools("Arbitrans User", "Arbitrans Key");
Dictionary<int, string> result = mdt.getTransportType(true);
This language is not supported or no code example is available.