TIBCO Adapter SDK C++ Reference
MProperties::getValue
MProperties
Retrieve the value specified by rsAttrPath and stores it in ruValue. This form stores unsigned integer values.
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.
unsigned int& ruValue Store the values retrieved by this method.
Declaration
virtual Mboolean getValue(const MString& rsAttrPath, unsigned int& ruValue) = 0 const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.