WRAPPER_API void set_ApplicationID(const BmgChar *value);
Sets the specified Application ID on the ChangeLog attached to the DataSource. This ID is the name that will be displayed when a Change is made.
void DataSource_set_ApplicationID()
{
const BmgChar* theID = BMG_T("MyApplicationName");
m_DataSource->set_ApplicationID(theID);
}