Skip to content
DocsTry Aspire
DocsTry

CommandResultData Properties

ClassProperties3 members
Represents a value produced by a command.
DisplayImmediatelySection titled DisplayImmediatelybool
When true, the dashboard will immediately display the value in a dialog when the command completes.
public bool DisplayImmediately { get; init; }
The format of the CommandResultData.Value data.
public CommandResultFormat Format { get; init; }
The value data.
public string Value { get; init; }