AutoImportJobData.MaximumErrors 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.
Total non-conflict-oriented errors (e.g., OS errors) Import will tolerate before exiting with failure. -1 means infinite. 0 means exit immediately on any error.
public long? MaximumErrors { get; set; }
member this.MaximumErrors : Nullable<int64> with get, set
Public Property MaximumErrors As Nullable(Of Long)