QueueStatusDataSet.StatusRow.MessageType 属性
队列作业状态请求中指定消息的类型。
命名空间: WebSvcQueueSystem
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property MessageType As Integer
Get
Set
用法
Dim instance As QueueStatusDataSet.StatusRow
Dim value As Integer
value = instance.MessageType
instance.MessageType = value
public int MessageType { get; set; }
属性值
类型:System.Int32
备注
QueueMsgType枚举中定义的MessageType属性的整数值。队列状态显示MessageType的结果,请参阅ReadJobStatus。
另请参阅
引用
QueueStatusDataSet.StatusRow 类