DefaultValue Property
Description
The default value for the parameter.
Property type
Read-write property
Syntax
Visual Basic
Public Property DefaultValue As Variant
Remarks
The specified value must match the parameter value type.  To check the value type defined for the parameter, use the Type property.
Example
See Also