ProjectTimesheetLinesDataSet.CustomFieldsDataTable.Item プロパティ
CustomFieldsDataTable行がインデックスで指定されている行を取得します。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public ReadOnly Property Item ( _
index As Integer _
) As ProjectTimesheetLinesDataSet.CustomFieldsRow
Get
'使用
Dim instance As ProjectTimesheetLinesDataSet.CustomFieldsDataTable
Dim index As Integer
Dim value As ProjectTimesheetLinesDataSet.CustomFieldsRow
value = instance.Item(index)
public ProjectTimesheetLinesDataSet.CustomFieldsRow this[
int index
] { get; }
パラメーター
index
型: System.Int32行を指定します。
プロパティ値
型: WebSvcTimeSheet.ProjectTimesheetLinesDataSet.CustomFieldsRow
関連項目
参照先
ProjectTimesheetLinesDataSet.CustomFieldsDataTable クラス