ParseResult.CommandResult 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.
A result indicating the command specified in the command line input.
public:
property System::CommandLine::Parsing::CommandResult ^ CommandResult { System::CommandLine::Parsing::CommandResult ^ get(); };
public System.CommandLine.Parsing.CommandResult CommandResult { get; }
member this.CommandResult : System.CommandLine.Parsing.CommandResult
Public ReadOnly Property CommandResult As CommandResult
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.