TIBCO Adapter SDK C++ Reference
MBusinessDocument::setVersion
MBusinessDocument
Set the version information for this MBusinessDocument.
Remarks
If an accessor finds the element, it returns MTrue and stores the information in the output parameter. Otherwise, it returns MFalse.

See MBusinessDocument::MConfirmCode.

See MConfirmCode.

Parameters
Parameters Description
int iValue Version information.

@@MBusinessDocument::getConfirmationCode@MBusinessDocument::MConfirmCode& Retrieve the input parameter.

eConfirmCode The input parameter, one of MConfirmCode::M_Not_Required, MConfirmCode::M_Required_on_Error, MConfirmCode::M_Required (required regardless of success or failure).
Declaration
virtual void setVersion(int iValue) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.