ActivityImplementationContext.PSDebug Property

Definition

The Debug stream / collection for the activity.

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

Property Value

Applies to