Job.Verbose Property

Definition

Gets or sets the verbose buffer. Verbose output of job is written to this stream.

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

Property Value

Exceptions

Object is disposed.

Applies to