TIBCO Adapter SDK C++ Reference
MProperties::setValue
MProperties
Replace an existing value for an attribute in this MProperties instance. If the attribute has no current value, this method adds it to the registry.
Parameters
Parameters Description
const MString& rsAttrPath Path to the attribute in which you want to set a value. See Format of rsAttrPath Argument in MProperties for a discussion of the same syntax.
const MBinary& binValue Binary to replace an existing value.
Declaration
virtual Mboolean setValue(const MString& rsAttrPath, const MBinary& binValue);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.