GetBuildProperties.MaxProcesses Property
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Декларация
<OutputAttribute> _
<ObsoleteAttribute("This property has been deprecated. Please remove all references.", _
False)> _
Public ReadOnly Property MaxProcesses As Integer
Get
[OutputAttribute]
[ObsoleteAttribute("This property has been deprecated. Please remove all references.",
false)]
public int MaxProcesses { get; }
[OutputAttribute]
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.",
false)]
public:
property int MaxProcesses {
int get ();
}
[<OutputAttribute>]
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.",
false)>]
member MaxProcesses : int
function get MaxProcesses () : int
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.