AliasInfo.ResolvedCommand 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 command information for the command that the alias eventually resolves to.
public:
property System::Management::Automation::CommandInfo ^ ResolvedCommand { System::Management::Automation::CommandInfo ^ get(); };
public System.Management.Automation.CommandInfo ResolvedCommand { get; }
member this.ResolvedCommand : System.Management.Automation.CommandInfo
Public ReadOnly Property ResolvedCommand As CommandInfo
Property Value
Remarks
An alias may reference another alias. This property follows the reference chain of aliases to its end.