QueueStatusDataSet.StatusRow.QueueCompletedTime Property
Specifies the completion date and time of queue job processing.
Namespace: [QueueSystem Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/QueueSystem.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/QueueSystem.asmx?wsdl
Syntax
'Declaration
Public Property QueueCompletedTime As DateTime
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As DateTime
value = instance.QueueCompletedTime
instance.QueueCompletedTime = value
public DateTime QueueCompletedTime { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
QueueStatusDataSet.StatusRow Class