DotNetParameter.Elements
- Updated2025-07-21
- 1 minute(s) read
DotNetParameter.Elements
Syntax
DotNetParameter.Elements
Data Type
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.