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.
Returns whether the passed server item is a team project ($/abc, $/def, not $/abc/efg nor $/)
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared Function IsTeamProject ( _
item As String _
) As Boolean
public static bool IsTeamProject(
string item
)
public:
static bool IsTeamProject(
String^ item
)
static member IsTeamProject :
item:string -> bool
public static function IsTeamProject(
item : String
) : boolean
Parameters
item
Type: System.StringA fully qualified server item.
Return Value
Type: System.Boolean
Whether the item is a team project.
.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.