StatusingDataSet.TasksRow.TB_BASE_BUDGET_WORK 属性
获取TASK_BUDGET_WORK基线值。只读。
命名空间: WebSvcStatusing
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property TB_BASE_BUDGET_WORK As Decimal
Get
Set
用法
Dim instance As StatusingDataSet.TasksRow
Dim value As Decimal
value = instance.TB_BASE_BUDGET_WORK
instance.TB_BASE_BUDGET_WORK = value
public decimal TB_BASE_BUDGET_WORK { get; set; }