PSActivity.PSInformation Property

Definition

The Information stream / collection for the activity.

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

Property Value

Attributes

Applies to