TIBCO Adapter SDK C++ Reference
MProperties::appendValue
MProperties
Add the specified value for the attribute specified by rsAttrPath.
Remarks
Repeatedly calling this method with the same rsAttrPath value creates multiple entries in the repository. See Format of rsAttrPath Argument in MProperties for more information.
Parameters
Parameters Description
const MString& rsAttrPath The rsAttrPath argument can specify an attribute at any level in the tree.
const MString& rsValue Add a string value to this attribute.
Declaration
virtual Mboolean appendValue(const MString& rsAttrPath, const MString& rsValue);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.