IReposOptions::GetOption

Meta Data Services Programming

Meta Data Services Programming

IReposOptions::GetOption

Use this method to retrieve the value of an engine's option.

Syntax

HRESULT GetOption(
    BSTR
  OptionName,
    VARIANT   *OptionValue
);

Parameters

OptionName

[in]
One of the string identifiers described in the IReposOptions Options Table. For more information about option values and descriptions, see IRepoOptions Options Table.

OptionValue

[out, retval]
A pointer to one of the values shown in the options table.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IReposOptions::SetOption

IReposOptions::ResetOptions