Rule.SupportsFileBatching 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.
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
Returns true if multiple files can be batched; otherwise, false.
Remarks
This field is optional.