TimesheetManagersDataSet.TimesheetManagersDataTable.Item プロパティ
TimesheetManagersDataTableの内の指定したインデックス位置に、時マネージャー情報の行を取得します。
名前空間: WebSvcAdmin
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public ReadOnly Property Item ( _
index As Integer _
) As TimesheetManagersDataSet.TimesheetManagersRow
Get
'使用
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim index As Integer
Dim value As TimesheetManagersDataSet.TimesheetManagersRow
value = instance.Item(index)
public TimesheetManagersDataSet.TimesheetManagersRow this[
int index
] { get; }
パラメーター
index
型: System.Int32TimesheetManagersDataTableのインデックスを表す整数
プロパティ値
型: WebSvcAdmin.TimesheetManagersDataSet.TimesheetManagersRow
Row オブジェクト。
関連項目
参照先
TimesheetManagersDataSet.TimesheetManagersDataTable クラス