PSEventSubscriber.ForwardEvent 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 whether to forward the event to the PowerShell client during a remote execution.
public:
property bool ForwardEvent { bool get(); };
public:
property bool ForwardEvent { bool get(); };
public bool ForwardEvent { get; }
member this.ForwardEvent : bool
Public ReadOnly Property ForwardEvent As Boolean