UsageWriterExecutableName Property
Gets or sets a value that overrides the default application executable name used in the
usage syntax.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
public virtual string ExecutableName { get; set; }
Public Overridable Property ExecutableName As String
Get
Set
Dim instance As UsageWriter
Dim value As String
value = instance.ExecutableName
instance.ExecutableName = value
public:
virtual property String^ ExecutableName {
String^ get ();
void set (String^ value);
}
Property Value
String
The application executable name, or
to use the default value,
determined by calling
GetExecutableName(Boolean).