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.
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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- id
Type: System.Guid
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.