ImportTimesheetDataSet.LinesRow.ASSN_ACT_WORK - Propriété
Obtient ou définit la quantité totale de travail réel dans l'affectation d'un état.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property ASSN_ACT_WORK As Double
Get
Set
'Utilisation
Dim instance As ImportTimesheetDataSet.LinesRow
Dim value As Double
value = instance.ASSN_ACT_WORK
instance.ASSN_ACT_WORK = value
public double ASSN_ACT_WORK { get; set; }
Valeur de propriété
Type : System.Double
Voir aussi
Référence
ImportTimesheetDataSet.LinesRow classe