次の方法で共有


ProjectDataSet.AssignmentRow.AB_FINISH プロパティ

このリソースは、基準計画を保存したときに計算されたタスクの作業時間を完了する日付を指定します。

名前空間:  WebSvcStatusing
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public Property AB_FINISH As DateTime
    Get
    Set
'使用
Dim instance As ProjectDataSet.AssignmentRow
Dim value As DateTime

value = instance.AB_FINISH

instance.AB_FINISH = value
public DateTime AB_FINISH { get; set; }

プロパティ値

型: System.DateTime

注釈

読み取り専用です。このプロパティは、プロジェクトの基準計画を保存するときに設定されます。

関連項目

参照先

ProjectDataSet.AssignmentRow クラス

ProjectDataSet.AssignmentRow メンバー

WebSvcStatusing 名前空間