ApiParameterDescription.DefaultValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default value for a parameter.
public:
property System::Object ^ DefaultValue { System::Object ^ get(); void set(System::Object ^ value); };
public object DefaultValue { get; set; }
public object? DefaultValue { get; set; }
member this.DefaultValue : obj with get, set
Public Property DefaultValue As Object