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 date and time that the job entered the queue.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property QueueEntryTime As DateTime
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As DateTime
value = instance.QueueEntryTime
instance.QueueEntryTime = value
public DateTime QueueEntryTime { get; set; }
Property value
Type: System.DateTime
See also
Reference
QueueStatusDataSet.StatusRow class