ValidateOptions<TOptions,TDep1,TDep2>.FailureMessage Propriedade
Definição
O erro a ser retornado quando a validação falha.The error to return when validation fails.
public:
property System::String ^ FailureMessage { System::String ^ get(); };
public string FailureMessage { get; }
member this.FailureMessage : string
Public ReadOnly Property FailureMessage As String