PSEventManager.ReceivedEvents Property

Definition

Represents the interface to the PowerShell event queue.

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

Property Value

Applies to