Share via


QueueStatusDataSet.StatusRow.ResourceGUID property

Specifies the unique identifier associated with the Project Server resource who submitted the job to the queue.

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

Syntax

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

value = instance.ResourceGUID

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

Property value

Type: System.Guid

See also

Reference

QueueStatusDataSet.StatusRow class

QueueStatusDataSet.StatusRow members

WebSvcQueueSystem namespace