TimeSheetWork.NonBillableWork property
Obtém ou define a quantidade de trabalho de nonbillable que esteja em um quadro de horários.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaração
<RemoteAttribute> _
Public Property NonBillableWork As String
Get
Set
'Uso
Dim instance As TimeSheetWork
Dim value As String
value = instance.NonBillableWork
instance.NonBillableWork = value
[RemoteAttribute]
public string NonBillableWork { get; set; }
Property value
Type: System.String
A quantidade de trabalho de nonbillable.
Comentários
Para obter o valor de TimeSpan para o trabalho de nonbillable, use a propriedade NonBillableWorkTimeSpan .