StatusingDataSet.TasksRow.TB_BASE_BUDGET_WORK propriedade
Obtém o valor de linha de base para TASK_BUDGET_WORK. Somente leitura.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property TB_BASE_BUDGET_WORK As Decimal
Get
Set
'Uso
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; }
Valor de propriedade
Tipo: System.Decimal
Ver também
Referência
StatusingDataSet.TasksRow classe