P_CommandLine_ParserSettings_AutoVersion - adutton/commandline GitHub Wiki

ParserSettings.AutoVersion Property

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

Syntax

C#

public bool AutoVersion { get; set; }

VB

Public Property AutoVersion As Boolean
	Get
	Set

C++

public:
property bool AutoVersion {
	bool get ();
	void set (bool value);
}

F#

member AutoVersion : bool with get, set

Property Value

Type: Boolean

See Also

Reference

ParserSettings Class
CommandLine Namespace

⚠️ **GitHub.com Fallback** ⚠️