set_ApplicationID Method

WRAPPER_API void set_ApplicationID(const BmgChar *value);

Description

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.

 

Example

void DataSource_set_ApplicationID()

{

const BmgChar* theID = BMG_T("MyApplicationName");

m_DataSource->set_ApplicationID(theID);

 

}