ForwardedEventArgs.SerializedRemoteEventArgs 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.
Serialized event arguments from the event fired in a remote runspace.
public:
property System::Management::Automation::PSObject ^ SerializedRemoteEventArgs { System::Management::Automation::PSObject ^ get(); };
public System.Management.Automation.PSObject SerializedRemoteEventArgs { get; }
member this.SerializedRemoteEventArgs : System.Management.Automation.PSObject
Public ReadOnly Property SerializedRemoteEventArgs As PSObject