JsonParameterInfoValues.DefaultValue Property

Definition

Gets or sets the default value of the parameter.

public:
 property System::Object ^ DefaultValue { System::Object ^ get(); void set(System::Object ^ value); };
public object? DefaultValue { get; init; }
member this.DefaultValue : obj with get, set
Public Property DefaultValue As Object

Property Value

Remarks

This API is for use by the output of the System.Text.Json source generator and should not be called directly.

Applies to