Skip to content

P_Ifp_Validation_ValidationSeverity_SuccessSeverity_IsAnError

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

ValidationSeverity.SuccessSeverity.IsAnError Property

Returns false indicating a validation success.

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

Syntax

C#

public override bool IsAnError { get; }

VB

Public Overrides ReadOnly Property IsAnError As Boolean
	Get

C++

public:
virtual property bool IsAnError {
	bool get () override;
}

F#

abstract IsAnError : bool with get
override IsAnError : bool with get

Property Value

Type: Boolean

See Also

Reference

ValidationSeverity.SuccessSeverity Class
Ifp.Validation Namespace

Clone this wiki locally