ActiveXParameter.Direction

Syntax

ActiveXParameter.Direction

Data Type

Long

Purpose

Returns a value that indicates whether the parameter is input, output, or both. Refer to ActiveXParameterDirections for all the possible values.

Remarks

For input parameters that have default values, optional input parameters, and output parameters, you can leave the ActiveXParameter.ValueExpr property empty. Otherwise, you must specify the name of a variable, parameter, or property.

See Also

ActiveXParameterDirections

ActiveXParameter.ValueExpr