ActivityImplementationContext.PSWarning Property

Definition

The Warning stream / collection for the activity.

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

Property Value

Applies to