UsageWriterExecutableName Property

Gets or sets the application executable name used in the usage help.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
C#
public virtual string ExecutableName { get; set; }

Property Value

String
The application executable name.

Remarks

Set this property to to use the default value, determined by calling the CommandLineParserGetExecutableName(Boolean) method.

See Also