Share via


StatusingDataSet.TasksRow.TB_BASE_START property

Gets the baseline value for TASK_START_DATE. Read-only.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property TB_BASE_START As DateTime
    Get
    Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As DateTime

value = instance.TB_BASE_START

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

Property value

Type: System.DateTime

See also

Reference

StatusingDataSet.TasksRow class

StatusingDataSet.TasksRow members

WebSvcStatusing namespace