TpcTeamStore.SupportsTeam Property

Property used to determine if the server we are talking to supports the required services.

Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)

Syntax

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

Property Value

Type: System.Boolean
true if the server supports Teams, false otherwise

.NET Framework Security

See Also

Reference

TpcTeamStore Class

Microsoft.VisualStudio.Services.Integration Namespace