TIBCO Adapter SDK C++ Reference
Up | Next
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 MBinary& binValue Add a binary value to this attribute.
Declaration
virtual Mboolean appendValue(const MString& rsAttrPath, const MBinary& binValue);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.