TIBCO Adapter SDK C++ Reference
MAppProperties::getProperty
MAppProperties
Retrieve an extended property, for example, a property of an attribute. Extended properties allow applications to expand on the information defined by the SDK. For example, sessions have a number of pre-specified attributes. You can use extended properties to add more information to a session.
Parameters
Parameters Description
const MString& rsPropName Name of the extended property that you wish to retrieve.
MString& rsValue Value of the extended property you wish to retrieve.
Declaration
virtual Mboolean getProperty(const MString& rsPropName, MString& rsValue) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.