ITeamFoundationContext.HasTeam Property
True if a Team context is set.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
ReadOnly Property HasTeam As Boolean
bool HasTeam { get; }
property bool HasTeam {
bool get ();
}
abstract HasTeam : bool with get
function get HasTeam () : boolean
Property Value
Type: System.Boolean
Returns Boolean.
.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.