Project.QueueJobs property
Gets the collection of Project Server Queue Service jobs that are associated with the project.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property QueueJobs As QueueJobCollection
Get
'Usage
Dim instance As Project
Dim value As QueueJobCollection
value = instance.QueueJobs
[RemoteAttribute]
public QueueJobCollection QueueJobs { get; }
Property value
Type: Microsoft.ProjectServer.Client.QueueJobCollection
The collection of Project Server Queue Service jobs.