TIBCO Adapter SDK C++ Reference
MProperties::getValue
MProperties
Retrieve the value specified by rsAttrPath.

The return value holds the data pointer, which can be of any type.

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. The user is responsible for deleting the returned value.
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.
Declaration
virtual MData* getValue(const MString& rsAttrPath) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.