ObjectEventRegistrationBase.NewSubscriber 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 subscriber generated by this command.
protected:
property System::Management::Automation::PSEventSubscriber ^ NewSubscriber { System::Management::Automation::PSEventSubscriber ^ get(); };
protected System.Management.Automation.PSEventSubscriber NewSubscriber { get; }
member this.NewSubscriber : System.Management.Automation.PSEventSubscriber
Protected ReadOnly Property NewSubscriber As PSEventSubscriber