Command.MergeUnclaimedPreviousCommandResults 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.
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.