InputDate<TValue>.ParsingErrorMessage Property

Definition

Gets or sets the error message used when displaying an a parsing error.

public:
 property System::String ^ ParsingErrorMessage { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public string ParsingErrorMessage { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.ParsingErrorMessage : string with get, set
Public Property ParsingErrorMessage As String

Property Value

Attributes

Applies to