PSCmdlet.MyInvocation 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.
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