Job.Output Property

Definition

Gets or sets the output buffer. Output of job is written into this buffer.

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

Property Value

Exceptions

Cannot set to a null value.

Object is disposed.

Applies to