StatusingDataSet.TasksRow.TB_BASE_BUDGET_COST-Eigenschaft
Ruft den Baselinewert für TASK_BUDGET_COST. Schreibgeschützt.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TB_BASE_BUDGET_COST As Decimal
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Decimal
value = instance.TB_BASE_BUDGET_COST
instance.TB_BASE_BUDGET_COST = value
public decimal TB_BASE_BUDGET_COST { get; set; }
Eigenschaftswert
Typ: System.Decimal
Siehe auch
Referenz
StatusingDataSet.TasksRow Klasse