Share via


ActivityImplementationContext.Result Property

Definition

The collection to hold the results of the activity.

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

Property Value

Applies to