TeamFoundationJobReportingJobNameCache.GetJobName Method

Get the job name.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Function GetJobName ( _
    requestContext As TeamFoundationRequestContext, _
    id As Guid _
) As String
public string GetJobName(
    TeamFoundationRequestContext requestContext,
    Guid id
)
public:
String^ GetJobName(
    TeamFoundationRequestContext^ requestContext, 
    Guid id
)
member GetJobName : 
        requestContext:TeamFoundationRequestContext * 
        id:Guid -> string
public function GetJobName(
    requestContext : TeamFoundationRequestContext, 
    id : Guid
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

TeamFoundationJobReportingJobNameCache Class

Microsoft.TeamFoundation.Server.Core Namespace