Compartilhar via


QueueJob.MessageType propriedade

Obtém o tipo de mensagem da fila, para enviar um trabalho para o sistema de fila do Project Server...

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

Sintaxe

'Declaração
<RemoteAttribute> _
Public ReadOnly Property MessageType As QueueMsgType
    Get
'Uso
Dim instance As QueueJob
Dim value As QueueMsgType

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

Valor de propriedade

Tipo: Microsoft.ProjectServer.Client.QueueMsgType
Um valor enumerado, representado por um objeto QueueMsgType .

Ver também

Referência

QueueJob classe

QueueJob membros

Microsoft.ProjectServer.Client namespace