Rule.SupportsFileBatching Property

Definition

This is used to specify whether multiple files need to be batched on one command line invocation.

public:
 property bool SupportsFileBatching { bool get(); void set(bool value); };
public bool SupportsFileBatching { get; set; }
member this.SupportsFileBatching : bool with get, set
Public Property SupportsFileBatching As Boolean

Property Value

Boolean

Returns true if multiple files can be batched; otherwise, false.

Remarks

This field is optional.

Applies to