TIBCO Adapter SDK C++ Reference
MApp::getConfigProperties
MApp
Return the MProperties instance that stores configuration information associated with this application.
Remarks
This method was previously called getProperties(), which is deprecated.

MApp parses configuration information during initialization and stores it in an MProperties instance. Applications can then retrieve that information by calling this method.

Note
Do not delete the MProperties instance returned by this method.

Applications can only call this method after the MApp::start() method has been called.

Declaration
virtual MProperties* getConfigProperties() const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.