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.
Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
public int? BatchCount { get; set; }
member this.BatchCount : Nullable<int> with get, set
Public Property BatchCount As Nullable(Of Integer)