DotNetParameterDirections
- Updated2025-07-21
- 1 minute(s) read
DotNetParameterDirections
The DotNetParameter.Direction property returns one or more of the following constants to indicate the direction of the parameter. Use the bitwise-AND operator to determine which of these flags are set when obtaining the property value.
- DotNetParamDirection_In –(Value: 0x1) Indicates that the parameter is an input parameter.
- DotNetParamDirection_Out –(Value: 0x2) Indicates that the parameter is an output parameter.
- DotNetParamDirection_Return –(Value: 0x4) Indicates that the parameter is a return value.