StoreSkipClearOnError Property

Determines whether variable/function must leave its previous value on error or not.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public bool SkipClearOnError { get; set; }

Property Value

Boolean

See Also