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