PSEventManager.Subscribers Property

Definition

Gets the list of event subscribers.

public:
 abstract property System::Collections::Generic::List<System::Management::Automation::PSEventSubscriber ^> ^ Subscribers { System::Collections::Generic::List<System::Management::Automation::PSEventSubscriber ^> ^ get(); };
public abstract System.Collections.Generic.List<System.Management.Automation.PSEventSubscriber> Subscribers { get; }
member this.Subscribers : System.Collections.Generic.List<System.Management.Automation.PSEventSubscriber>
Public MustOverride ReadOnly Property Subscribers As List(Of PSEventSubscriber)

Property Value

Applies to