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; } Gets an optional validation message describing why validation failed.
public string? ValidationMessage { get; }