TIBCO Adapter SDK C++ Reference
MProperties::newEnumerator
MProperties
Create a new MPropertiesEnumerator. Applications can call MPropertiesEnumerator::next() to retrieve the next name/value pair.
Parameters
Parameters Description
rsAtrrPath The property path for which you want to start enumerating properties. If this path is empty (the default) the whole document is enumerated. If this string is not empty, it
like "document/deployment/consumers/rvSubscriber|0". See Format of rsAttrPath Argument in MProperties for a discussion of the same syntax.
Declaration
virtual MPropertiesEnumerator* newEnumerator(const MString& rsAttrPath) = 0 const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.