'Declaration
Public Property DefaultValue As DefaultValue
Property Value
A DefaultValue object representing the default value for the parameter.
Remarks
If no value is provided by definition or by the user, the parameter value is null. A DefaultValue is required if there is no Prompt and either Nullable is false or a ValidValues list is provided that does not contain null.