Job.Debug Property

Definition

Gets or sets the debug buffer. Debug output of Job is written to this buffer. Cannot set to a null value.

public:
 property System::Management::Automation::PSDataCollection<System::Management::Automation::DebugRecord ^> ^ Debug { 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> Debug { get; set; }
member this.Debug : System.Management.Automation.PSDataCollection<System.Management.Automation.DebugRecord> with get, set
Public Property Debug As PSDataCollection(Of DebugRecord)

Property Value

Exceptions

Object is disposed.

Applies to