TimeSheetWork.NonBillableWork プロパティ
取得またはタイムシート上にある作業請求不能な作業時間を設定します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Property NonBillableWork As String
Get
Set
'使用
Dim instance As TimeSheetWork
Dim value As String
value = instance.NonBillableWork
instance.NonBillableWork = value
[RemoteAttribute]
public string NonBillableWork { get; set; }
プロパティ値
型: System.String
請求不能な作業の作業量。
注釈
作業、請求不能な作業時間のTimeSpan値を取得、 NonBillableWorkTimeSpanプロパティを使用します。