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