QueueStatusRequestDataSet.StatusRequestRow.MessageType property

Specifies the type of message for a queue job status request, using the QueueMsgType enumeration.

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

QueueStatusRequestDataSet.StatusRequestRow members

WebSvcQueueSystem namespace