Share via


BuildDeploymentSpec.MaxDeployments Property

Maximum deployments to return.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Public Property MaxDeployments As Integer
public int MaxDeployments { get; set; }
public:
property int MaxDeployments {
    int get ();
    void set (int value);
}
member MaxDeployments : int with get, set
function get MaxDeployments () : int 
function set MaxDeployments (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

BuildDeploymentSpec Class

Microsoft.TeamFoundation.Build.Client Namespace