ForEachLoopClass.MaximumErrorCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an Integer value that indicates the maximum number of errors that can occur before the ForEachLoopClass object stops running.
public:
virtual property int MaximumErrorCount { int get(); void set(int value); };
public virtual int MaximumErrorCount { get; set; }
member this.MaximumErrorCount : int with get, set
Public Overridable Property MaximumErrorCount As Integer
Property Value
An Integer that indicates the maximum number of errors allowed. The default value of this property is 1.