PipelineEnabledActivity.Result Property

Definition

The output stream from the activity

public:
 property System::Activities::InOutArgument<System::Management::Automation::PSDataCollection<System::Management::Automation::PSObject ^> ^> ^ Result { System::Activities::InOutArgument<System::Management::Automation::PSDataCollection<System::Management::Automation::PSObject ^> ^> ^ get(); void set(System::Activities::InOutArgument<System::Management::Automation::PSDataCollection<System::Management::Automation::PSObject ^> ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InOutArgument<System.Management.Automation.PSDataCollection<System.Management.Automation.PSObject>> Result { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Result : System.Activities.InOutArgument<System.Management.Automation.PSDataCollection<System.Management.Automation.PSObject>> with get, set
Public Property Result As InOutArgument(Of PSDataCollection(Of PSObject))

Property Value

Attributes

Applies to