BuildParameters.MaxNodeCount Property

Definition

The maximum number of nodes this build may use.

public:
 property int MaxNodeCount { int get(); void set(int value); };
public int MaxNodeCount { get; set; }
public int MaxNodeCount { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; set; }
member this.MaxNodeCount : int with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.MaxNodeCount : int with get, set
Public Property MaxNodeCount As Integer

Property Value

Returns the maximum number of nodes this build may use.

Attributes

Applies to