Share via


TeamFoundationJobHistoryEntry.JobId Property

Gets the Guid object that represents the job ID.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

‘선언
Public ReadOnly Property JobId As Guid
    Get
public Guid JobId { get; }
public:
property Guid JobId {
    Guid get ();
}
member JobId : Guid
function get JobId () : Guid

Property Value

Type: System.Guid
The Guid object that represents the job ID.

.NET Framework Security

See Also

Reference

TeamFoundationJobHistoryEntry Class

Microsoft.TeamFoundation.Framework.Client Namespace