UsageWriterExecutableName Property

Gets or sets a value that overrides the default application executable name used in the usage syntax.

Definition

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

Property Value

String
The application executable name, or to use the default value, determined by calling GetExecutableName(Boolean).

See Also