QueueStatusDataSet.StatusRow.QueueCompletedTime プロパティ
キュー ジョブの処理の完了日時を指定します。
名前空間: WebSvcQueueSystem
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property QueueCompletedTime As DateTime
Get
Set
'使用
Dim instance As QueueStatusDataSet.StatusRow
Dim value As DateTime
value = instance.QueueCompletedTime
instance.QueueCompletedTime = value
public DateTime QueueCompletedTime { get; set; }
プロパティ値
関連項目
参照先
QueueStatusDataSet.StatusRow クラス