Job.Information Property

Definition

Gets or sets the information buffer. Information records of job are written to this buffer.

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

Property Value

Exceptions

Cannot set to a null value.

Object is disposed.

Applies to