Skip to content

P_Ifp_Validation_ValidationSummary_Severity

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

ValidationSummary.Severity Property

Return the most severe of all Severity. The severity is ordered by SeverityAsNumber.

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

Syntax

C#

public ValidationSeverity Severity { get; }

VB

Public ReadOnly Property Severity As ValidationSeverity
	Get

C++

public:
property ValidationSeverity^ Severity {
	ValidationSeverity^ get ();
}

F#

member Severity : ValidationSeverity with get

Property Value

Type: ValidationSeverity

See Also

Reference

ValidationSummary Class
Ifp.Validation Namespace

Clone this wiki locally