Job.Debug Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.