ProjectDataSet.AssignmentRow.ASSN_BUDGET_COST - Propriété
Spécifie le coût budgété pour cette ressource dans cette tâche.
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property ASSN_BUDGET_COST As Double
Get
Set
'Utilisation
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double
value = instance.ASSN_BUDGET_COST
instance.ASSN_BUDGET_COST = value
public double ASSN_BUDGET_COST { get; set; }
Valeur de propriété
Type : System.Double
Voir aussi
Référence
ProjectDataSet.AssignmentRow classe