Job.Warning 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 warning buffer. Warnings of job are written to this buffer.
public:
property System::Management::Automation::PSDataCollection<System::Management::Automation::WarningRecord ^> ^ Warning { System::Management::Automation::PSDataCollection<System::Management::Automation::WarningRecord ^> ^ get(); void set(System::Management::Automation::PSDataCollection<System::Management::Automation::WarningRecord ^> ^ value); };
public System.Management.Automation.PSDataCollection<System.Management.Automation.WarningRecord> Warning { get; set; }
member this.Warning : System.Management.Automation.PSDataCollection<System.Management.Automation.WarningRecord> with get, set
Public Property Warning As PSDataCollection(Of WarningRecord)
Property Value
Exceptions
Cannot set to a null value.
Object is disposed.