ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_ACT_COST propriedade
Obtém ou define o custo real do trabalho realizado e data por um recurso em uma tarefa.
Namespace: WebSvcResource
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property ASSN_ACT_COST As Double
Get
Set
'Uso
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Double
value = instance.ASSN_ACT_COST
instance.ASSN_ACT_COST = value
public double ASSN_ACT_COST { get; set; }
Valor de propriedade
Tipo: System.Double
Ver também
Referência
ResourceAssignmentDataSet.ResourceAssignmentRow classe