TIBCO Adapter SDK C++ Reference
|
This form returns the value as a boolean. Capitalization in the source of the properties (such as the adapter instance description object) does not matter. The return value is not the property itself but an indication of success or failure. The result is passed back through the rbValue parameter.
Parameters | Description |
const MString& rsAttrPath | The rsAttrPath argument can specify a property at any level in the property tree. See "Format of rsAttrPath Argument" in MProperties for more information. |
Mboolean& rbValue | Store the values retrieved by this method. |
virtual Mboolean getValue(const MString& rsAttrPath, Mboolean& rbValue) = 0 const;