IMetabaseCodeBlock.References

Syntax

References: String;

Description

The References property determines a list of connected assemblies where required resources are stored.

Comments

The property will contain names of system assemblies or identifiers of custom Fore units/forms/assemblies. Connected assemblies are divided by semicolon in the list, for example: "Metabase;Report;MOD_REPORT".

Example

The example of property use is given in description of the Execute method.

See also:

IMetabaseCodeBlock