TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MBusinessDocument::getReferenceId
MBusinessDocument
Retrieve the unique identifier (GUID) for this business document instance.
Parameters
Parameters
Description
MString& rsReferenceId
Parameter in which to store the reference ID.
Return Value
If this accessor finds the element, it returns MTrue and stores the information in the output parameter. Otherwise, it returns MFalse.
Declaration
virtual
Mboolean getReferenceId(
MString
& rsReferenceId)
throw
(
MException
);
Links
MBusinessDocument
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference