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