Share via


GetBuildProperties.MaxProcesses Property

Note: This API is now obsolete.

The maximum number of processes for the build's build agent.

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'Declaration
<ObsoleteAttribute("This property has been deprecated. Please remove all references.",  _
    False)> _
<OutputAttribute> _
Public ReadOnly Property MaxProcesses As Integer
[ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)]
[OutputAttribute]
public int MaxProcesses { get; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.", 
    false)]
[OutputAttribute]
public:
property int MaxProcesses {
    int get ();
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)>]
[<OutputAttribute>]
member MaxProcesses : int with get
function get MaxProcesses () : int

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

GetBuildProperties Class

Microsoft.TeamFoundation.Build.Tasks Namespace