public bool AutoVersionCommand { get; set; }
Public Property AutoVersionCommand As Boolean
Get
Set
Dim instance As CommandOptions
Dim value As Boolean
value = instance.AutoVersionCommand
instance.AutoVersionCommand = value
public:
property bool AutoVersionCommand {
bool get ();
void set (bool value);
}
If this property is true, a command named "version" will be automatically added to the list of available commands, unless a command with that name already exists. When invoked, the command will show version information for the application, based on the entry point assembly.