TIBCO Adapter SDK C++ Reference
MProperties::getValue
MProperties
Retrieve the value specified by rsAttrPath and store it in rbValue.

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.

Remarks
In the adapter instance description object, all entries are defined as strings. Use this method to extract a value and convert it to the datatype your application needs.
Parameters
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.
Declaration
virtual Mboolean getValue(const MString& rsAttrPath, Mboolean& rbValue) = 0 const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.