次の方法で共有


TimesheetListDataSet.TimesheetsDataTable.Item プロパティ

TimesheetsDataTable行がインデックスで指定されている行を取得します。

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

構文

'宣言
Public ReadOnly Property Item ( _
    index As Integer _
) As TimesheetListDataSet.TimesheetsRow
    Get
'使用
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim index As Integer
Dim value As TimesheetListDataSet.TimesheetsRow

value = instance.Item(index)
public TimesheetListDataSet.TimesheetsRow this[
    int index
] { get; }

パラメーター

プロパティ値

型: WebSvcTimeSheet.TimesheetListDataSet.TimesheetsRow
Row オブジェクト。

関連項目

参照先

TimesheetListDataSet.TimesheetsDataTable クラス

TimesheetListDataSet.TimesheetsDataTable メンバー

WebSvcTimeSheet 名前空間