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