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 MGlobalNameData& gnValue Add a value of type MGlobalNameData to this attribute. If a value of this type is added, an object corresponding to the specified global named must exist. The global name for an object specifies it uniquely in the TIBCO Repository tree.
Declaration
virtual Mboolean appendValue(const MString& rsAttrPath, const MGlobalNameData& gnValue);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.