PSActivity.PSDebug Property

Definition

The Debug stream / collection for the activity.

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

Property Value

Attributes

Applies to