DotNetParameter.Elements

Syntax

DotNetParameter.Elements

Data Type

DotNetParameters

Purpose

Returns a collection that represents the following types of parameters, depending on the data type of the parameter:

  • Struct parameters —Fields of the struct.
  • Array parameters —Elements of the array for the case in which you configure the code module to explicitly pass each element instead of the entire array.
  • Array of struct parameters —Fields of the struct definition for the array.

See Also

DotNetParameters