Configures an option to accept only the specified values, and to suggest them as command line completions.
Note that if the option's argument type is an enum, values are automatically added.
public string[] AllowedValues { get; set; }
In This Article