QueueStatusDataSet.StatusRow.ResourceGUID Property
Specifies the unique identifier associated with the Project Server resource who submitted the job to the queue.
Namespace: [QueueSystem Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/QueueSystem.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/QueueSystem.asmx?wsdl
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