PSActivity.PSWarning Property

Definition

The Warning stream / collection for the activity.

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

Property Value

Attributes

Applies to