Partager via


TimeSheet.TotalNonBillableWork - Propriété

Obtient ou définit la feuille de temps total non facturables.

Espace de noms :  Microsoft.ProjectServer.Client
Assembly :  Microsoft.ProjectServer.Client (dans Microsoft.ProjectServer.Client.dll)

Syntaxe

'Déclaration
<RemoteAttribute> _
Public Property TotalNonBillableWork As String
    Get
    Set
'Utilisation
Dim instance As TimeSheet
Dim value As String

value = instance.TotalNonBillableWork

instance.TotalNonBillableWork = value
[RemoteAttribute]
public string TotalNonBillableWork { get; set; }

Valeur de propriété

Type : System.String
Un objet qui contient le total de la feuille de temps non facturables fonctionnent.

Remarques

Pour obtenir la valeur de TimeSpan pour le travail total non facturables, utilisez la propriété TotalNonBillableWorkTimeSpan .

Voir aussi

Référence

TimeSheet classe

TimeSheet - Membres

Microsoft.ProjectServer.Client - Espace de noms