Skip to content
Docs Try Aspire

RequiredCommandValidationResult Properties

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