[]
Gets or sets a default value for the parameter, used if none is provided by the user.
public DefaultValue DefaultValue { get; set; }
Type | Description |
---|---|
DefaultValue | A DefaultValue object representing the default value for the parameter. |
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.