QueueJob.MessageType property

Gets the queue message type, for sending a job to the Project Server Queue System..

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property MessageType As QueueMsgType
    Get
'Usage
Dim instance As QueueJob
Dim value As QueueMsgType

value = instance.MessageType
[RemoteAttribute]
public QueueMsgType MessageType { get; }

Property value

Type: Microsoft.ProjectServer.Client.QueueMsgType
An enumerated value, represented by a QueueMsgType object.

See also

Reference

QueueJob class

QueueJob members

Microsoft.ProjectServer.Client namespace