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
注釈
MessageTypeプロパティの整数値は、 QueueMsgType列挙体で定義されます。キューの状態を示すMessageTypeの結果を得るにはReadJobStatusを参照してください。
関連項目
参照先
QueueStatusDataSet.StatusRow クラス