QueueStatusDataSet.StatusRow.CorrelationGUID Property

Specifies the unique identifier of the queue job correlation.

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property CorrelationGUID As Guid
    Get
    Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As Guid

value = instance.CorrelationGUID

instance.CorrelationGUID = value
public Guid CorrelationGUID { get; set; }

Property Value

Type: System.Guid

See Also

Reference

QueueStatusDataSet.StatusRow Class

QueueStatusDataSet.StatusRow Members

WebSvcQueueSystem Namespace