StatusingAssignmentsDataSet.AssignmentsRow.ASSN_REM_OVT_COST - Propriété
Indique le montant budgété restant du coût de l'affectation spécifiée.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property ASSN_REM_OVT_COST As Decimal
Get
Set
'Utilisation
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Decimal
value = instance.ASSN_REM_OVT_COST
instance.ASSN_REM_OVT_COST = value
public decimal ASSN_REM_OVT_COST { get; set; }
Valeur de propriété
Type : System.Decimal
Voir aussi
Référence
StatusingAssignmentsDataSet.AssignmentsRow classe