QueueJob.MessageType 属性
获取队列的消息类型,用于将作业发送到项目服务器队列系统.
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public ReadOnly Property MessageType As QueueMsgType
Get
用法
Dim instance As QueueJob
Dim value As QueueMsgType
value = instance.MessageType
[RemoteAttribute]
public QueueMsgType MessageType { get; }
属性值
类型:Microsoft.ProjectServer.Client.QueueMsgType
由QueueMsgType对象表示一个枚举的值。