ErrorRecord.PipelineIterationInfo 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.
The status of the pipeline when this record was created.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<int> ^ PipelineIterationInfo { System::Collections::ObjectModel::ReadOnlyCollection<int> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<int> PipelineIterationInfo { get; }
member this.PipelineIterationInfo : System.Collections.ObjectModel.ReadOnlyCollection<int>
Public ReadOnly Property PipelineIterationInfo As ReadOnlyCollection(Of Integer)