Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the completion date and time of queue job processing.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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