ScheduleDataSet.ScheduleRow.Start 属性

获取或设置工作分配或项目的完成日期。

命名空间:  WebSvcStatusing
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Property Start As DateTime
    Get
    Set
用法
Dim instance As ScheduleDataSet.ScheduleRow
Dim value As DateTime

value = instance.Start

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

属性值

类型:System.DateTime

备注

如果Category为 0,它表示工作分配的完成日期。

如果Category为 1,它表示项目的完成日期。

另请参阅

引用

ScheduleDataSet.ScheduleRow 类

ScheduleDataSet.ScheduleRow 成员

WebSvcStatusing 命名空间