Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.