BuildParameters.MaxNodeCount 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.
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