PSCmdlet.MyInvocation Property

Definition

Contains information about the identity of this cmdlet and how it was invoked.

public:
 property System::Management::Automation::InvocationInfo ^ MyInvocation { System::Management::Automation::InvocationInfo ^ get(); };
public System.Management.Automation.InvocationInfo MyInvocation { get; }
member this.MyInvocation : System.Management.Automation.InvocationInfo
Public ReadOnly Property MyInvocation As InvocationInfo

Property Value

Applies to