Command.MergeUnclaimedPreviousCommandResults Property

Definition

Sets this command as the mergepoint for previous unclaimed commands' results.

public:
 property System::Management::Automation::Runspaces::PipelineResultTypes MergeUnclaimedPreviousCommandResults { System::Management::Automation::Runspaces::PipelineResultTypes get(); void set(System::Management::Automation::Runspaces::PipelineResultTypes value); };
public System.Management.Automation.Runspaces.PipelineResultTypes MergeUnclaimedPreviousCommandResults { get; set; }
member this.MergeUnclaimedPreviousCommandResults : System.Management.Automation.Runspaces.PipelineResultTypes with get, set
Public Property MergeUnclaimedPreviousCommandResults As PipelineResultTypes

Property Value

Exceptions

Currently only supported operation is to merge Output and Error. Attempt to set the property to something other than PipelineResultTypes.Error | PipelineResultTypes.Output results in this exception.

Remarks

Currently only supported operation is to merge Output and Error.

Applies to