myDATATools.getReceivingNotePurpose Method

Gets the ReceivingNotePurpose Codes, as Dictionary(Of Integer, String) 
These Codes are used for the field elements.receivingNotePurpose
Public Function getReceivingNotePurpose( _ 
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> getReceivingNotePurpose( 
bool English = False 
)
This language is not supported or no code example is available.

Parameters

English
bool

Optional. If True, the result is in English terms. Default is False

Return Value

Dictionary<int, string>

.NET Framework

Supported in: 3.5 or newer

In this article

Definition