QueueStatusDataSet.StatusRow.CorrelationGUID property
Specifies the unique identifier of the queue job correlation.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.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