ProjectDataSet.TaskRow.TB_FINISH プロパティ
タスクの基準終了日が基準計画を保存した時点で、タスクの終了予定日です。
名前空間: WebSvcProject
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property TB_FINISH As DateTime
Get
Set
'使用
Dim instance As ProjectDataSet.TaskRow
Dim value As DateTime
value = instance.TB_FINISH
instance.TB_FINISH = value
public DateTime TB_FINISH { get; set; }
プロパティ値
注釈
値の取得のみ可能です。