CommandLookupEventArgs.Command 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.
The CommandInfo object for the command that was found.
public:
property System::Management::Automation::CommandInfo ^ Command { System::Management::Automation::CommandInfo ^ get(); void set(System::Management::Automation::CommandInfo ^ value); };
public System.Management.Automation.CommandInfo Command { get; set; }
member this.Command : System.Management.Automation.CommandInfo with get, set
Public Property Command As CommandInfo