This page contains reference documentation for the GdalApplicationName member. This data member sets or gets the GDALAPPLICATIONNAME parameter.
string GdalApplicationName;
Examples are as follows:
ConvertToGeotiffModifier ctg_modifier = new ConvertToGeotiffModifier; // string sets the GDAL application name relative to the OutputFilePath parameter. ctg_modifier.GdalApplicationName = "GDAL_TRANSLATE.EXE";
For sample code: