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