ProgressBarInformation.ProgressRecord 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 The underlying ProgressRecord encapsulated by this ProgressBarInformation
public:
property System::Management::Automation::ProgressRecord ^ ProgressRecord { System::Management::Automation::ProgressRecord ^ get(); };
public System.Management.Automation.ProgressRecord ProgressRecord { get; }
member this.ProgressRecord : System.Management.Automation.ProgressRecord
Public ReadOnly Property ProgressRecord As ProgressRecord