Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

RequiredCommandValidationResult Properties

ClassProperties2 members
Represents the result of validating a required command.
Gets a value indicating whether the command validation succeeded.
public bool IsValid { get; }
ValidationMessageSection titled ValidationMessagenullablestring?
Gets an optional validation message describing why validation failed.
public string? ValidationMessage { get; }