ICredentials.SlotValue

Syntax

SlotValue(SlotName: String): Variant;

Parameters

SlotName. Column name from repository credentials table.

Description

The SlotValue property determines the column value of the repository credentials table, the column name is passed by the SlotName parameter.

Example

The property use description is present in the example for IMetabaseLink.Credentials.

See also:

ICredentials