TimesheetListDataSet.TimesheetsDataTable.TS_TOTAL_ACT_VALUEColumn プロパティ
TS_TOTAL_ACT_VALUEフィールドの列を定義します。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public ReadOnly Property TS_TOTAL_ACT_VALUEColumn As DataColumn
Get
'使用
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim value As DataColumn
value = instance.TS_TOTAL_ACT_VALUEColumn
public DataColumn TS_TOTAL_ACT_VALUEColumn { get; }
プロパティ値
型: System.Data.DataColumn
フィールドのDataColumnのオブジェクトです。
関連項目
参照先
TimesheetListDataSet.TimesheetsDataTable クラス