WRAPPER_API const BmgChar *get_ApplicationID() const;
Gets the Application ID that is currently set on the ChangeLog attached to the DataSource. This ID is the name that will be displayed when a Change is made.
void DataSource_get_ApplicationID()
{
const BmgChar* theID;
theID = m_DataSource->get_ApplicationID();
}