myDATATools.getReverseDeliveryNotePurpose Method

Gets the ReverseDeliveryNotePurpose Codes, as Dictionary(Of Integer, String) 
These Codes are used for the field elements.reverseDeliveryNotePurpose
Public Function getReverseDeliveryNotePurpose( _ 
Optional ByVal English As Boolean = False _ 
) As Dictionary(Of Integer, String)
This language is not supported or no code example is available.
public Dictionary<int, string> getReverseDeliveryNotePurpose( 
bool English = False 
)
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>
Example
 
 myDATATools mdt = new myDATATools("Arbitrans User", "Arbitrans Key");
 Dictionary<int, string> result = mdt.getReverseDeliveryNotePurpose(true);
 					
This language is not supported or no code example is available.
 Dim mdt as myDATATools = new myDATATools("Arbitrans User", "Arbitrans Key")
 Dim result As Dictionary(Of Integer, String) = mdt.getReverseDeliveryNotePurpose(True)
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition