TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MAppProperties::setProperty
MAppProperties
Set the value of an extended property specified in the adapter instance description object.
Parameters
Parameters
Description
const MString& rsPropName
Name of the property for which you wish to set a value.
const MString& rsValue
Value of the property.
Declaration
virtual
void
setProperty(
const
MString
& rsPropName,
const
MString
& rsValue);
Links
MAppProperties
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference