QueueStatusDataSet.StatusRow.JobInfoGUID Property

Specifies the unique identifier of the correlated job information.

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

QueueStatusDataSet.StatusRow Members

WebSvcQueueSystem Namespace