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 MGlobalNameData& gnValue MGlobalNameData value to replace this value. The object that MGlobalNameData points to must exist before you can use the value.
Declaration
virtual Mboolean setValue(const MString& rsAttrPath, const MGlobalNameData& gnValue);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.