public Object? DefaultValue { get; }Public ReadOnly Property DefaultValue As Object
Get
Dim instance As CommandLineArgument
Dim value As Object
value = instance.DefaultValuepublic:
property Object^ DefaultValue {
Object^ get ();
}The default value of an argument defined by a constructor parameter is specified by the default value of that parameter. For an argument defined by a property, the default value is set by the DefaultValue property.
This value is only used if IsRequired is .