Use this method to retrieve the value of a transaction option for an open Repository instance.
HRESULT GetOption(
long iOption,
VARIANT *psValue
);
Parameters
iOption [in]
The transaction option to retrieve. For a list of valid values and their meanings, see the TransactionFlags Enumeration.
*psValue
[out]
The value of the specified transaction option.
Return Value
S_OK
The method completed successfully.
Error
This method failed to complete successfully.