Skip to content

P_Ifp_Validation_ValidationSeverity_SuccessSeverity_AllowsCancel

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

ValidationSeverity.SuccessSeverity.AllowsCancel Property

Returns false. Should be ignored because IsAnError is false.

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

Syntax

C#

public override bool AllowsCancel { get; }

VB

Public Overrides ReadOnly Property AllowsCancel As Boolean
	Get

C++

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

F#

abstract AllowsCancel : bool with get
override AllowsCancel : bool with get

Property Value

Type: Boolean

See Also

Reference

ValidationSeverity.SuccessSeverity Class
Ifp.Validation Namespace

Clone this wiki locally