QueueStatusDataSet.StatusRow.MachineName Property
Name of the computer that processed the Queue job. If the job has not been processed, the MachineName field is a null reference (Nothing in Visual Basic).
Namespace: WebSvcQueueSystem
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property MachineName As String
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As String
value = instance.MachineName
instance.MachineName = value
public string MachineName { get; set; }
Property Value
Type: System.String
See Also
Reference
QueueStatusDataSet.StatusRow Class