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
- 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.