QueueStatusRequestDataSet.StatusRequestRow.IsJobGUIDNull Method
Determines whether the JobGUID property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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