Parser.Configuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the configuration on which the parser's grammar and behaviors are based.
public:
property System::CommandLine::CommandLineConfiguration ^ Configuration { System::CommandLine::CommandLineConfiguration ^ get(); };
public System.CommandLine.CommandLineConfiguration Configuration { get; }
member this.Configuration : System.CommandLine.CommandLineConfiguration
Public ReadOnly Property Configuration As CommandLineConfiguration