BuildServerException.GetTeamProjectName Method
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Protected Shared Function GetTeamProjectName ( _
context As TeamFoundationRequestContext, _
projectUri As String _
) As String
protected static string GetTeamProjectName(
TeamFoundationRequestContext context,
string projectUri
)
protected:
static String^ GetTeamProjectName(
TeamFoundationRequestContext^ context,
String^ projectUri
)
static member GetTeamProjectName :
context:TeamFoundationRequestContext *
projectUri:string -> string
protected static function GetTeamProjectName(
context : TeamFoundationRequestContext,
projectUri : String
) : String
Parameters
- projectUri
Type: System.String
Return Value
Type: System.String
.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.