次の方法で共有


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; }

プロパティ値

型: System.DateTime

注釈

値の取得のみ可能です。

関連項目

参照先

ProjectDataSet.TaskRow クラス

ProjectDataSet.TaskRow メンバー

WebSvcProject 名前空間