ProjectDataSet.AssignmentRow.ASSN_COST - Propriété
Spécifie le coût total prévu pour cette ressource et cette tâche.
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property ASSN_COST As Double
Get
Set
'Utilisation
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double
value = instance.ASSN_COST
instance.ASSN_COST = value
public double ASSN_COST { get; set; }
Valeur de propriété
Type : System.Double
Remarques
ASSN_COST est calculé comme indiqué dans la formule suivante.
ASSN_COST = ASSN_ACT_COST + ASSN_REM_COST
Voir aussi
Référence
ProjectDataSet.AssignmentRow classe