Skip to content

P_Ifp_Validation_ValidationSeverity_WarningSeverity_CausesCancel

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

ValidationSeverity.WarningSeverity.CausesCancel Property

Returns false to allow continuation of the process.

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

Syntax

C#

public override bool CausesCancel { get; }

VB

Public Overrides ReadOnly Property CausesCancel As Boolean
	Get

C++

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

F#

abstract CausesCancel : bool with get
override CausesCancel : bool with get

Property Value

Type: Boolean

See Also

Reference

ValidationSeverity.WarningSeverity Class
Ifp.Validation Namespace

Clone this wiki locally