Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function GetProjectFromName ( _
    requestContext As TeamFoundationRequestContext, _
    projectName As String _
) As CommonStructureProjectInfo
public CommonStructureProjectInfo GetProjectFromName(
    TeamFoundationRequestContext requestContext,
    string projectName
)
public:
virtual CommonStructureProjectInfo^ GetProjectFromName(
    TeamFoundationRequestContext^ requestContext, 
    String^ projectName
) sealed
abstract GetProjectFromName : 
        requestContext:TeamFoundationRequestContext * 
        projectName:string -> CommonStructureProjectInfo  
override GetProjectFromName : 
        requestContext:TeamFoundationRequestContext * 
        projectName:string -> CommonStructureProjectInfo
public final function GetProjectFromName(
    requestContext : TeamFoundationRequestContext, 
    projectName : String
) : CommonStructureProjectInfo
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectName
 Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo
Returns CommonStructureProjectInfo.
Implements
ICommonStructureService.GetProjectFromName(TeamFoundationRequestContext, 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.