Share via


QueueStatusDataSet.StatusRow.MachineName property

Specifies the name of the computer that processed the Queue job.

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerServices (in ProjectServerServices.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

Remarks

There can be more than one computer that is running the Queue Service. If the job has not been processed, the MachineName property is a null reference (Nothing in Visual Basic).

See also

Reference

QueueStatusDataSet.StatusRow class

QueueStatusDataSet.StatusRow members

WebSvcQueueSystem namespace