QueueStatusRequestDataSet.StatusRequestRow.MessageType Property
Specifies the type of message for a queue job status request, using the QueueMsgType enumeration.
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 QueueStatusRequestDataSet.StatusRequestRow
Dim value As Integer
value = instance.MessageType
instance.MessageType = value
public int MessageType { get; set; }
Property Value
Type: System.Int32
Remarks
For a code example using the MessageType property, see the ReadJobStatus property.
See Also
Reference
QueueStatusRequestDataSet.StatusRequestRow Class