myDATATools.getDclVehicleMovementPurpose Method

Applicable to Digital Customers class. 
Get all the available RentalType.vehicleMovementPurpose
Public Function getDclVehicleMovementPurpose( _ 
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> getDclVehicleMovementPurpose( 
bool English = False 
)
This language is not supported or no code example is available.

Parameters

English
bool

Return Value

Dictionary<int, string>

.NET Framework

Supported in: 3.5 or newer

In this article

Definition