PSActivity.PSVerbose Property

Definition

The Verbose stream / collection for the activity.

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

Property Value

Attributes

Applies to