TimeSheetLine.TotalWork - Propriété
Obtient la quantité totale de travail dans une ligne de feuille de temps.
Espace de noms : Microsoft.ProjectServer.Client
Assembly : Microsoft.ProjectServer.Client (dans Microsoft.ProjectServer.Client.dll)
Syntaxe
'Déclaration
<RemoteAttribute> _
Public ReadOnly Property TotalWork As String
Get
'Utilisation
Dim instance As TimeSheetLine
Dim value As String
value = instance.TotalWork
[RemoteAttribute]
public string TotalWork { get; }
Valeur de propriété
Type : System.String
Le travail total de ligne feuille de temps.
Remarques
Pour obtenir la valeur de TimeSpan pour le travail total, utilisez la propriété TotalWorkTimeSpan .