Share via


QueueStatusDataSet.StatusRow.MessageType Property

Specifies the type of message in a queue job status request.

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 MessageType As Integer
    Get
    Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As Integer

value = instance.MessageType

instance.MessageType = value
public int MessageType { get; set; }

Property Value

Type: System.Int32

Remarks

Integer values for the MessageType property are defined in the QueueMsgType enumeration. For queue status results that show MessageType, see ReadJobStatus.

See Also

Reference

QueueStatusDataSet.StatusRow Class

QueueStatusDataSet.StatusRow Members

QueueSystem Web Service