QueueStatusDataSet.StatusRow.JobGUID property
Specifies the unique identifier of a queue job.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property JobGUID As Guid
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As Guid
value = instance.JobGUID
instance.JobGUID = value
public Guid JobGUID { get; set; }
Property value
Type: System.Guid
See also
Reference
QueueStatusDataSet.StatusRow class