Share via


MachinePool.IsDefault Property

True if new Team Project Collections should be configured to use this pool.

Namespace:  Microsoft.TeamFoundation.Build.Hosted.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public Property IsDefault As Boolean
public bool IsDefault { get; set; }
public:
property bool IsDefault {
    bool get ();
    void set (bool value);
}
member IsDefault : bool with get, set
function get IsDefault () : boolean 
function set IsDefault (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

MachinePool Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace