StatusingAssignmentsDataSet.AssignmentsRow.ASSN_ACT_COST propriedade
Indica o custo real da atribuição.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property ASSN_ACT_COST As Decimal
Get
Set
'Uso
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Decimal
value = instance.ASSN_ACT_COST
instance.ASSN_ACT_COST = value
public decimal ASSN_ACT_COST { get; set; }
Valor de propriedade
Tipo: System.Decimal
Ver também
Referência
StatusingAssignmentsDataSet.AssignmentsRow classe