ActivityImplementationContext.PSInformation Property

Definition

The Information stream / collection for the activity.

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

Property Value

Applies to