public Object? DefaultValue { get; }
Public ReadOnly Property DefaultValue As Object
Get
Dim instance As CommandLineArgument
Dim value As Object
value = instance.DefaultValue
public:
property Object^ DefaultValue {
Object^ get ();
}
The default value is set by the CommandLineArgumentAttributeDefaultValue property, or when the GeneratedParserAttribute is used it can also be specified using a property initializer.
This value is only used if the IsRequired property is .