TIBCO Adapter SDK C++ Reference
MMetaDescription::getProperty
MMetaDescription
Retrieve the value of a named property directly as a string.
Remarks
Use this method if you know the name of the property for which you want to retrieve the value. Use the enumerator if you want access to all properties.
Parameters
Parameters Description
const MString& rsPropName Name of the property for which you want to retrieve the value.
Declaration
virtual MString getProperty(const MString& rsPropName) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.