ScheduleDataSet.ScheduleRow.Finish プロパティ
取得または、割り当て、またはプロジェクトの終了日を設定します。
名前空間: WebSvcStatusing
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property Finish As DateTime
Get
Set
'使用
Dim instance As ScheduleDataSet.ScheduleRow
Dim value As DateTime
value = instance.Finish
instance.Finish = value
public DateTime Finish { get; set; }
プロパティ値
注釈
Categoryが 0 の場合は、割り当ての終了日を示します。
Categoryが 1 の場合は、プロジェクトの終了日を示します。
関連項目
参照先
ScheduleDataSet.ScheduleRow クラス