QueueStatusDataSet.StatusRow.JobGUID Property
Specifies the unique identifier of a queue job.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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