Skip to content
Docs Try Aspire
Docs Try

CommandResultData Properties

Class Properties 3 members
Represents a value produced by a command.
DisplayImmediately Section titled DisplayImmediately bool
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; }