JobCompletedNotification.JobQueueEntry Property

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

Syntax

'Declaration
Public Property JobQueueEntry As TeamFoundationJobQueueEntry
public TeamFoundationJobQueueEntry JobQueueEntry { get; private set; }
public:
property TeamFoundationJobQueueEntry^ JobQueueEntry {
    TeamFoundationJobQueueEntry^ get ();
    private: void set (TeamFoundationJobQueueEntry^ value);
}
member JobQueueEntry : TeamFoundationJobQueueEntry with get, private set
function get JobQueueEntry () : TeamFoundationJobQueueEntry 
private function set JobQueueEntry (value : TeamFoundationJobQueueEntry)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationJobQueueEntry
Returns TeamFoundationJobQueueEntry.

.NET Framework Security

See Also

Reference

JobCompletedNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace