P_CommandLine_ParserSettings_AutoVersion - adutton/commandline GitHub Wiki
Gets or sets a value indicating whether implicit option or verb 'version' should be supported.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public bool AutoVersion { get; set; }VB
Public Property AutoVersion As Boolean
Get
SetC++
public:
property bool AutoVersion {
bool get ();
void set (bool value);
}F#
member AutoVersion : bool with get, set
Type: Boolean