InformationalRecord.PipelineIterationInfo Property

Definition

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)

Property Value

Remarks

The PipelineIterationInfo can be null if the record was not created by a command.

Applies to