IEtlFixedCodeBlock.UserData

Syntax

UserData: IXmlDomElement;

Description

The UserData property determines custom data in the XML format.

Comments

Custom data is sent to the procedure and will be available in the IEtlCustomCodeBlock.Read method during procedure execution.

Example

The property use is given in the example for IEtlFixedCodeBlock.Template.

See also:

IEtlFixedCodeBlock