StatusingDataSet.AssignmentsRow.ASSN_ACT_COST - Propriété
Spécifie le coût réel de l'affectation.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property ASSN_ACT_COST As Decimal
Get
Set
'Utilisation
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Decimal
value = instance.ASSN_ACT_COST
instance.ASSN_ACT_COST = value
public decimal ASSN_ACT_COST { get; set; }
Valeur de propriété
Type : System.Decimal
Voir aussi
Référence
StatusingDataSet.AssignmentsRow classe