TIBCO Adapter SDK C++ Reference
MProperties::getPropertyCount
MProperties
Return the number of properties that share the specified name.
Remarks
This method only checks the adapter instance description object itself. It does not follow references to check whether a property exists in the repository hierarchy itself.
Parameters
Parameters Description
const MString& rsAttrPath The rsAttrPath argument can specify a property at any level in the property tree. See Format of rsAttrPath Argument in MProperties for more information.
Declaration
virtual int getPropertyCount(const MString& rsAttrPath) = 0 const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.