get_ApplicationID Method

WRAPPER_API const BmgChar *get_ApplicationID() const;

Description

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.

 

Example

void DataSource_get_ApplicationID()

{

const BmgChar* theID;

theID = m_DataSource->get_ApplicationID();

 

}