Skip to content
Docs Try Aspire

PipelineSummary Properties

Class Properties 1 member
Represents pipeline summary information to be displayed after pipeline completion. This is a general-purpose key-value collection that pipeline steps can contribute to.
Items Section titled Items ReadOnlyCollection<PipelineSummaryItem>
Gets the items in the pipeline summary as a read-only collection. Items are displayed in the order they were added.
public ReadOnlyCollection<PipelineSummaryItem> Items { get; }