PipelineSummaryItem Properties
Class Properties 3 members
Represents a single item in a
PipelineSummary, consisting of a key, a value, and a flag indicating whether the value contains Markdown formatting. Gets a value indicating whether
PipelineSummaryItem.Value contains Markdown formatting that should be rendered by the CLI output. public bool EnableMarkdown { get; } Gets the key or label for the summary item (e.g., "Namespace", "URL").
public string Key { get; } Gets the string value for the summary item.
public string Value { get; }