ValidationError.Message Property

Definition

Gets an alphanumeric message that provides information about the validation error.

public:
 property System::String ^ Message { System::String ^ get(); };
public string Message { get; }
member this.Message : string
Public ReadOnly Property Message As String

Property Value

A message that provides information about the validation error.

Applies to