TeamConfiguration.IsDefaultTeam Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Indicates whether the team is the "default team" for the team project

Namespace:  Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly:  Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)

Syntax

'Declaration
Public ReadOnly Property IsDefaultTeam As Boolean
public bool IsDefaultTeam { get; }
public:
property bool IsDefaultTeam {
    bool get ();
}
member IsDefaultTeam : bool with get
function get IsDefaultTeam () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TeamConfiguration Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace