Skip to content

P_Ifp_Validation_ValidationOutcomeWithMessage_ErrorMessage

Martin Strecker edited this page Mar 9, 2019 · 6 revisions

ValidationOutcomeWithMessage.ErrorMessage Property

The ErrorMessage given by the constructor ValidationOutcomeWithMessage(String).

Namespace: Ifp.Validation
Assembly: Ifp.Validation (in Ifp.Validation.dll) Version: 1.4.0

Syntax

C#

public string ErrorMessage { get; }

VB

Public ReadOnly Property ErrorMessage As String
	Get

C++

public:
property String^ ErrorMessage {
	String^ get ();
}

F#

member ErrorMessage : string with get

Property Value

Type: String

See Also

Reference

ValidationOutcomeWithMessage Class
Ifp.Validation Namespace

Clone this wiki locally