Value Property (DEDesigner Extensibility)

       

Returns or sets the value of the DEParameter object. The DataEnvironment object uses this value when executing the DECommand object, unless a value is specified at run time.

Syntax

object.Value [=value]

The Value property syntax has these parts:

Part Description
object An object expression that evaluates to an item in the Applies To list.
value A variant expression that specifies the value of the DEParameter object.

Remarks

This property corresponds to the ADO Parameter Value property.