TIBCO Adapter SDK C++ Reference
MAssociationEndpointDescription::getKeyAttribute
MAssociationEndpointDescription
Retrieve a key attribute as an MAttributeDescription instance if you specify the name of the attribute. This is a convenience access method.
Remarks
If the return value of this method is NULL, it can mean that the attribute does not exist or that it is not a key.

Do not delete the MAttributeDescription returned by this method.

Parameters
Parameters Description
const MString& rsAttrName Name of the attribute in this MAssociationEndpointDescription for which you want to retrieve the attribute description object.
Declaration
virtual const MAttributeDescription* getKeyAttribute(const MString& rsAttrName) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.