TimeSheet.TotalNonBillableWork - Propriété
Obtient ou définit le travail non facturable total feuille de temps.
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 feuille de temps non facturable fonctionne.
Remarques
Pour obtenir la valeur TimeSpan pour le travail total non facturables, utilisez la propriété TotalNonBillableWorkTimeSpan .