AliasInfo.ResolvedCommand Property

Definition

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.

Applies to