CommandLineParserDefaultUsagePrefix Property |
Gets the default prefix for the command line usage information.
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic static string DefaultUsagePrefix { get; }
Public Shared ReadOnly Property DefaultUsagePrefix As String
Get
Dim value As String
value = CommandLineParser.DefaultUsagePrefix
public:
static property String^ DefaultUsagePrefix {
String^ get ();
}
Property Value
Type:
String
A string consisting of the text "Usage: " followed by the file name of the application's entry point assembly.
See Also