次の方法で共有


ImportTimesheetDataSet.LinesRow.TS_LINE_ACT_SUM_VALUE プロパティ

タイムシート行で報告されている実績作業時間の合計を取得します。

名前空間:  WebSvcStatusing
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public Property TS_LINE_ACT_SUM_VALUE As Double
    Get
    Set
'使用
Dim instance As ImportTimesheetDataSet.LinesRow
Dim value As Double

value = instance.TS_LINE_ACT_SUM_VALUE

instance.TS_LINE_ACT_SUM_VALUE = value
public double TS_LINE_ACT_SUM_VALUE { get; set; }

プロパティ値

型: System.Double

関連項目

参照先

ImportTimesheetDataSet.LinesRow クラス

ImportTimesheetDataSet.LinesRow メンバー

WebSvcStatusing 名前空間