TIBCO Adapter SDK C++ Reference
MMetaDescription::newPropertyEnumerator
MMetaDescription
Creates an enumerator to iterate through properties. Applications can use an MPropertyEnumerator to iterate through all MAttributeDescription, MAssociationDescription etc. instances and retrieve all properties and their values.
Remarks
Use MMetaDescription::getProperty() to retrieve a named property.
Declaration
virtual MEnumerator<MString, MString>* newPropertyEnumerator() const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.