Use this method to retrieve the value of a transaction option for an open Microsoft® 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.
Return Value
S_OK
The method completed successfully.
This method failed to complete successfully.