ProjectDataSet.TaskRow.TB_START property
Baseline start is the planned beginning date for the task at the time you saved a baseline.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TB_START As DateTime
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As DateTime
value = instance.TB_START
instance.TB_START = value
public DateTime TB_START { get; set; }
Property value
Type: System.DateTime
Remarks
Read-only.