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; }
public bool SupportsFileBatching { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.SupportsFileBatching : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.SupportsFileBatching : bool with get, set
Public Property SupportsFileBatching As Boolean

Property Value

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

Attributes

Remarks

This field is optional.

Applies to