ActivityImplementationContext.PSVerbose Property

Definition

The Verbose stream / collection for the activity.

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

Property Value

Applies to