QueueStatusRequestDataSet.StatusRequestRow.IsJobGUIDNull method
Determines whether the JobGUID property is set to a null reference (Nothing in Visual Basic).
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsJobGUIDNull As Boolean
'Usage
Dim instance As QueueStatusRequestDataSet.StatusRequestRow
Dim returnValue As Boolean
returnValue = instance.IsJobGUIDNull()
public bool IsJobGUIDNull()
Return value
Type: System.Boolean
See also
Reference
QueueStatusRequestDataSet.StatusRequestRow class