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();
}
Comments
0 comments
Please sign in to leave a comment.