CreateShellCommandOptionsUsageOptions Property  | 
 
            Gets or sets the options to use when parsing the shell command fails.
            
 
    Namespace: 
   Ookii.CommandLine
    Assembly:
   Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic WriteUsageOptions UsageOptions { get; set; }Public Property UsageOptions As WriteUsageOptions
	Get
	Set
Dim instance As CreateShellCommandOptions
Dim value As WriteUsageOptions
value = instance.UsageOptions
instance.UsageOptions = value
public:
property WriteUsageOptions^ UsageOptions {
	WriteUsageOptions^ get ();
	void set (WriteUsageOptions^ value);
}Property Value
Type: 
WriteUsageOptions
            The usage options.
            
See Also