Skip to content
DocsTry Aspire
DocsTry

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; }