IMetabaseObjectParamLink.ReadWriteMode

Syntax

ReadWriteMode: MetabaseObjectParamReadWriteMode;

Description

The ReadWriteMode property determines a mode of parameter link with a global variable.

Comments

If link properties are set for a parameter, the value from the global variable is set for the parameter on its initialization. Parameter value can be changed in the future.

If a mode with the ability to change values is set for a parameter, after the parameter is changed the new value will be sent to the global variable. The changed value of the global variable is stored in cache within the current session and will be reset after work with the repository is finished.

Example

The property is given in the example for IMetabaseObjectParam.SharedParamLink.

See also:

IMetabaseObjectParamLink