DotNetParameter.Direction

Syntax

DotNetParameter.Direction

Data Type

Long

Purpose

Returns a value that indicates whether the parameter is an input parameter, output parameter, input/output parameter, or a return value. Refer to DotNetParameterDirections for all the possible values.

Remarks

The Direction property does not apply to DotNetParameter objects that represent fields of a structure or elements of an array.

The .NET Adapter persists this property value when you specify a code module for a step. For an unspecified step, you must call the DotNetCall.LoadPrototypeFromSignature method before you retrieve this property value.

See Also

DotNetCall.LoadPrototypeFromSignature

DotNetParameterDirections