PSEventManager.Subscribers 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.
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)