InformationalRecord.InvocationInfo Property

Definition

The InvocationInfo of the command that created this record.

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

Property Value

Remarks

The InvocationInfo can be null if the record was not created by a command.

Applies to